pen4hire
Member
Posted 2 years ago #
At my blog http://atravelerslibrary.com, the text widgets in the sidebar where I enter text messages (Like my welcome message) show up in all bold, although the text itself is not set for bold. I looked for text widget in the CSS and could not find it.
Is there a way I can change this?
jdbentley
Member
Posted 2 years ago #
You'll have to look in the theme and find out what class or id the sidebar has to change the CSS file.
Or you could surround the text in your widgets with <span style="font-weight:normal;"> </span>
you are using <h4> tag?
is .sidebar h4 defined in your css?
kmessinger
Member
Posted 2 years ago #
Your sidebar is normal in IE7 and 8 so I assume you have corrected your problem.
pen4hire
Member
Posted 2 years ago #
Thanks all, and I'm sorry I am slow to reply. Been so busy fixing the blog that I forgot to come back after I discovered my dumb mistake. Put some wrong code in. I'll learn eventually.