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] Comment Reply Headline? (http://forum.bytesforall.com/showthread.php?t=1515)

mcphoto May 2, 2009 10:52 AM

[SOLVED] Comment Reply Headline?
 
Anyone know where to style the "replies to comments" headline - the one above the comments box?

IE, "Two Comments to (Name of Post)"

I'm using a black background so the headline's invisible.

Thanks anyone - MC

Flynn May 4, 2009 10:10 PM

You can do that with a CSS Insert

h3#comments {
...
}

mcphoto May 5, 2009 08:06 AM

No go on that - I used this as an insert:

/* comments headline */
.h3#comments {
color: #89dfda;
}

here's the headline I'm trying to change - the bottom half shows the text selected, but it's black text on a black background - thanks Flynn - MC

http://mcarterphoto.com/testpost.jpg

Flynn May 5, 2009 07:39 PM

You added a dot in front of h3

h3 is not a class but a selector, like div, table, tr, span etc.

mcphoto May 6, 2009 07:44 AM

Doh! Thanks - marking as "solved".


All times are GMT -6. The time now is 02:46 PM.

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