I would like some help for changing the font color. Users are telling me the light blue color font against the blue background is hard to see. Also, The "Comments" word on posts is a bright yellow color and is even more difficult to see.
I would like to change to a just white color.
Thank you very much! I love this theme its perfect!
Comments
Comment #1
icefire commentedNever mind on the first question. For some reason, Its only when I put content into a table, the font color is light blue and fckEditor gives me no options to change font color. If I Italic the fonts they turn white.
Thanks
Comment #2
icefire commentedComment #3
icefire commentedComment #4
neerjasoftwares commentedFor comments on posts, search the following ID in style.css and change the background to none:
#comments h2.comments {
background:none;
margin:0 -25px;
padding:0.5em 25px;
}
This should fix the problem.