ciaphuas 0 Report post Posted August 8, 2011 How do I stylize the title and excerpt text of my posts? Examples would be great! Share this post Link to post Share on other sites
kastelic 6 Report post Posted August 8, 2011 Some examples (paste into Custom Code -> Custom CSS): .post-title h2 a{ color:blue; font-weight:bold; font-size:14px; } .textcontent p{ color:red; } Get firebug for firefox or Google Chrome to right-click and "inspect" elements to find their class names. Share this post Link to post Share on other sites
ciaphuas 0 Report post Posted August 10, 2011 Thanks! Share this post Link to post Share on other sites