Can some one please help me change the font of the comment text of one of my sites? An example is: http://www.urbangirlfitness.com/fitness-fast-food-frenzy/ Thanks a lot in advance. Sean
go to your style.css at the line no. 150 you can modify here within ".commentlist p" such as .commentlist p { color:#000000; /* your comment text will appear in black */ font-weight:normal; line-height:1.5em; text-transform:none; }
I saw just "Jenny DiDonato Says: " is still white to solve this problem at the line no. 527 place this code color:#000000; within .commentlist li { ... }
Sorry I don't understand what do you want I just give you a code that change font colour to black. But if that you want is to chage a font family please use this font-family:"Verdana", Arial ...;
What do you mean you dont understand? I just told you its not working. Yes you gave me the code but its still coming out White not black.
If you are using firefox go and download firebug and you can pinpoint exactly what css style your sites classes are using.
Does anyone know of software that will allow me to edit my static website without going through my developer?