allmatch 0 Report post Posted January 10, 2011 Hi! Is it possible to change the bold widget title font in StationPro to regular? I??™ve tried with font-style: normal but that doesn??™t change anything. Regards, Morten Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted January 11, 2011 You want to use `font-weight:normal` If you still have trouble please provide a link with your next reply. Thanks, Bryan Share this post Link to post Share on other sites
allmatch 0 Report post Posted January 11, 2011 I tried this in CSS rules #sidebar .wtitle {font-size: 15px; font-weight:normal } but that didn??™t do it for me. Here are my CSS rules: #footer, #cred {display:none;} body, div, input, textarea, h1, h2, h3, h4 { font-weight:normal; font-family: 'Droid Serif', arial, serif; important; } #maincontent .post-title h2{font-size:25px; font-style: normal;} #sidebar .wtitle {font-size: 15px; font-weight:normal } Link: www.mortenolesen.com Share this post Link to post Share on other sites
Kate 3 Report post Posted January 11, 2011 Hey Morten - I just took a look at the site and it appears the text is rendering in "normal" weight for the widget titles. Hopefully that means you got it figured out. Share this post Link to post Share on other sites
allmatch 0 Report post Posted January 11, 2011 I??™m happy with the result now. Thank you for your help and time! Share this post Link to post Share on other sites