View Full Version : Code to change bold text into another color


angela06
10-13-2006, 11:34 AM
I need a CSS code to change the bold text in my blog entries into another color so i won't have to go through change every bold text into another color. I'm using Blogger/Blogspot. I hope you can help me. :)

bourdelson
10-13-2006, 01:46 PM
b {
color:#000000;
}

That should do the trick.

angela06
10-16-2006, 02:00 PM
:)

bourdelson
10-16-2006, 02:01 PM
You're welcome. :)