Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Center area post/pages (http://forum.bytesforall.com/forumdisplay.php?f=32)
-   -   Headline font-style - What have I missed?? (http://forum.bytesforall.com/showthread.php?t=7487)

jenny_li Jun 8, 2010 03:10 PM

Headline font-style - What have I missed??
 
Hi, after a bit of fiddling I've managed to get the headlines for posts to what I want - but now I get these fat, screaming headlines in the comments-area instead... Where did I miss to change this, I can't seem to find this particular one...

//Jenny

lmilesw Jun 8, 2010 09:17 PM

You could use the following in CSS Inserts styling the font any way you wish.
HTML Code:

h3#comments {
font-size:18px;
}


jenny_li Jun 9, 2010 08:12 AM

Hi and thanks - that took care of the headline for existing comments, but not the one in the actual comment-form... I suppose it should be the same insert although with a different specification than "comments"... or am I thinking entirely wrong here? Help! And big thanks in advance!

//Jenny

lmilesw Jun 9, 2010 09:43 AM

That selector would be
HTML Code:

h3.reply {
font-size:18px;
}

If you use Firefox you can get the Firebug extension which is all I use to find selectors. Great tool.


All times are GMT -6. The time now is 09:58 PM.

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