Is there a way to exclude h1s which have class="postttitle" from the ruleset below?
Example:Code:.entry h1, .entry h2,.entry h3,.entry h4,.entry h5,.entry h6 {font-size:100%;margin:0 -.5em 0 0;padding:0;display:inline;}
<article class="entry">
<header>
<h1 class="posttitle">Don't include this h1 in the ruleset</h1>
</header>
<p>Content goes here</p>
<h1>Do include this h1 in the ruleset</h1>
<p>More Content goes here</p>
<h2>Do include this h1 in the ruleset</h2>
<p>More Content goes here</p>
</article>



Reply With Quote

. 




Bookmarks