Change font color of author comment

Latest Reply from Alice at 2014-02-03 04:48:54
Hi,

The standard color of the author of a comment is white how can I change this?
Please, edit the line 247 in the file css --> index.css:
#comments ul li p { margin:5px 0; color: #YOURCOLOR;}

and insert the same code:
color: #YOURCOLOR;

into the line 245:
#comments .author-name, #comments .says { font-size:14px; color: #YOURCOLOR;}

Leave a reply

Add codeAdd image