Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Page & Category Menu Bars (http://forum.bytesforall.com/forumdisplay.php?f=10)
-   -   [SOLVED] How to Change Font Size and Weight on Links with WP Blogroll (http://forum.bytesforall.com/showthread.php?t=2993)

KatyDigg Aug 15, 2009 05:02 PM

[SOLVED] How to Change Font Size and Weight on Links with WP Blogroll
 
"Page" Page on Menu Bar

I have LINKS on a Page using WP Blogroll


I need to Change Font Size and Weight on Links HEADER TITLES with WP Blogroll


(1) change the font size

(2) change to display font-weight: normal;


Grateful thanks.

Flynn Aug 16, 2009 05:04 AM

Use a CSS Insert

body.page-id-519 div.linkcat h2 {
...
}

In cases like this, simply look into the source code to find the ID or class of the element you want to style, or, if that element has no ID or class, then use the ID or class of one of its parent elements. In the example above I used 2 parents (body.page-id-519 AND div.linkcat) to make sure the style gets applied to only these particular H2 tags. But this would probably have done as well:

div.linkcat h2 {
...
}

It depends on whether the div with the class linkcats appears somewhere else on your site as well.

KatyDigg Aug 17, 2009 04:15 PM

Thank you, Flynn



Finally, I resorted to Editing the Plugin.


All times are GMT -6. The time now is 08:36 PM.

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