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] Menu Font Colour (http://forum.bytesforall.com/showthread.php?t=2001)

clothahump Jun 10, 2009 01:38 PM

[SOLVED] Menu Font Colour
 
I have changed every possible Hex number but the font colour does not change, I need it to be black and bold, any ideas where I am going wrong?

http://www.lavenderblueflowers.com/

juggledad Jun 11, 2009 01:35 PM

Have you played with ATO->Widgets->Widget List Items
Note that changing these will effect all widgets. If you just want to effect the pages widget put this in ATO->HTML/CSS INSERTS->CSS Inserts
HTML Code:

.widget_pages ul li a:link,
.widget_pages ul li a:visited,
.widget_pages ul li a:active {
        padding: 0 0 0 5px;
        color: #000000;
        font-weight: bold;
        border-left: solid 7px #000000;

The 'color: #000000;' says it will be black

clothahump Jun 11, 2009 01:46 PM

That fixed it, many thanks.


All times are GMT -6. The time now is 04:06 AM.

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