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] Change the color of the subtitle in the commentform (http://forum.bytesforall.com/showthread.php?t=4447)

bvision Nov 15, 2009 01:59 PM

[SOLVED] Change the color of the subtitle in the commentform
 
Just a little problem: in my blog http://www.bvision.nl I see the article, then 19 comments to the article, and then the comments. I want to change the color and text of 19 comment to.... But I don't know where to change it.

juggledad Nov 16, 2009 07:16 AM

did you look at ATO->Style & configure COMMENTS?

bvision Nov 16, 2009 12:50 PM

Yes, I did, I tried everything to find out where to change te black text in my example http://www.bvision.nl/2009/11/13/gesneuveld/ The black is ugly, I wanted it orange.

juggledad Nov 16, 2009 01:41 PM

try a CSS Insert
HTML Code:

h3.comments {
color: #00ffff;
}

you will want to pick your own color

bvision Nov 16, 2009 02:41 PM

I did, but it won't work. even h3.comments{color: #df9000 !important!} doesn't work.
in code: <h3 id="comments">19 comments to Gesneuveld…</h3>
in CSS file: h3.comments{color:#DF9000 !important!}

juggledad Nov 16, 2009 07:21 PM

sorry that should have been
HTML Code:

h3#comments {
color: #DF9000;
}

comments is an ID not a CLASS

bvision Nov 16, 2009 10:38 PM

I'm a very happy man.... It works....


All times are GMT -6. The time now is 02:23 AM.

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