> > Ah, yeah, sorry, I misread your post. Why duplicate the code when you can > use what's already there? <h1 class="entry-title well"> will work just > fine.
On Tuesday, December 18, 2012 8:31:42 AM UTC, sharonq wrote: > > > > On Tuesday, December 18, 2012 3:30:57 AM UTC-5, sharonq wrote: >> >> OK - I've got it now... just styled the title using the .well styling as >> a starting point. Still getting the hang of CSS. >> > > I was trying to put a class in a class and just needed to style the > entry-title class in a simliar way to the well class > > >> >> >> >> On Monday, December 10, 2012 3:11:27 AM UTC-5, sharonq wrote: >>> >>> I am using a Wordpress theme that is based on Bootstrap. >>> >>> My Page Headers are set up like this: >>> >>> <header class="entry-header"> >>> <h1 class="entry-title">Add Your Listing</h1> >>> </header> >>> >>> Is there a way I can use CSS so that anything in class=entry=title is in >>> a well? >>> >>> I can use a dive to put text outside the header in a well - and I'd >>> rather not mess with .php or java if I don't have to. >>> >>> http://beta.teamsfirst.ca/add-your-listing/ >>> >>> Thanks :) >>> >>>
