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 :)
