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

icefire’s picture

Never 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

icefire’s picture

Component: Code » Miscellaneous
icefire’s picture

Title: Apple web font color changes » Appleweb comment font color changes
neerjasoftwares’s picture

For 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.