View Full Version : Chaning Bold text to a different color ...


elf171
04-10-2006, 11:31 PM
How do you do it? Everytime I make a 'bold. underline. italic." in my entry, then put my new layout on, it doesn't work, like ... the font color stays the same, what's the code for it, or what am I doing wrong, code first. :D

GDxSweetChildren
08-26-2006, 09:08 PM
im not exactly sure what you mean but to edit bold italic && underlined words edit the green parts of the following code::
.blogbody b, .standard b, p b, strong {
/* edits bolded text in your entry */
font-weight: bold;
color:#000000;
}
.left b,{
font-weight:bold;
color:#000000;
}
.blogbody u, .standard u, {
text-decoration: underline;
font-weight:bold;
color:#000000;
}
.blogbody i, .standard i, em {
text-decoration:italic;
color:#000000;
font-weight:normal;

tokyo bleu
08-27-2006, 07:22 AM
This thread is from April. Closed for unnecessary bumping.