Jump to content
Sign in to follow this  
allmatch

Change widget title from bold to normal font

Recommended Posts

allmatch

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

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

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

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

I??™m happy with the result now. Thank you for your help and time!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×