Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Comments, trackbacks & pings (http://forum.bytesforall.com/forumdisplay.php?f=19)
-   -   [SOLVED] changing the text color inside the posted comment boes (http://forum.bytesforall.com/showthread.php?t=5231)

juandrah Jan 10, 2010 03:45 AM

[SOLVED] changing the text color inside the posted comment boes
 
How do I do this please?

In

Atahualpa theme options > Comments > style and configure COMMENTS

there is an option to change everything BUT the text color inside the posted comment containers. The color of that text and the author's name seem to be controlled by

Atahualpa theme options > Overall Style & Config. > Body, Text & Links

which changes the text throughout most of the site. My site has a dark background and light comment boxes so I need two different colors of text... one color inside the posted comments boxes and another for all other text.

Thank you

juggledad Jan 10, 2010 04:57 AM

insert the following at ATO->Add HTML/CSS Inserts->CSS Inserts
HTML Code:

li.comment p { color: #00ffff;}
the 00ffff is the hex RGB for the color - this will give a light blue

juandrah Jan 10, 2010 09:31 AM

Thank you my friend, I have never needed much help from this forum but you have always pulled through on those rare occasions when asked.

That code changed the comment text as requested, but the Author name color is still unchanged. Similarly I tried

Code:

li.author p { color: #00ffff;}
in ATO->Add HTML/CSS Inserts->CSS Inserts but that did not work so there must be a different tag name for the author, any suggestions?

Thanks.

juggledad Jan 10, 2010 09:55 AM

use this
HTML Code:

div.comment-author .authorname {color: #00ff00;}

juandrah Jan 10, 2010 11:16 AM

Perfect, thanks again.


All times are GMT -6. The time now is 01:18 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.