Topic: Modifying news via CSS

http://www.stephenkelman.co.uk/forum/index.php

Anyone know how I style the headers etc of the news part on the front page of my site?

Cheers!

2

Re: Modifying news via CSS

If you hit view source you see this

div class="newsbox">
    <h3>Peter Saville Does Machester</h3>
    <div class="item">
        <p><img class="postimg" src="http://www.cpluv.com/www/medias/Made/Made_450709d091d82.jpg" alt="http://www.cpluv.com/www/medias/Made/Made_450709d091d82.jpg" /></p>
        <p class="newsinfo">Posted by Richy on 2006-09-22 13:43 | <a href="http://www.stephenkelman.co.uk/forum/viewtopic.php?id=47">Comments</a></p>
    </div>
</div>

You would therefore style the news heading with .newsbox h3 {}.