• 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?

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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?

    Your sidebar is normal in IE7 and 8 so I assume you have corrected your problem.

    Thread Starter pen4hire

    (@pen4hire)

    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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Text Widget – bold type’ is closed to new replies.