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)
-   -   Page Menu Bar Bold (http://forum.bytesforall.com/showthread.php?t=155)

technstuff Jan 31, 2009 11:59 PM

Page Menu Bar Bold
 
How do you make the page menu bar text bold.

Flynn Feb 1, 2009 07:57 AM

Add this via HTMl/CSS Inserts -> CSS Inserts:

HTML Code:

ul.rMenu li a:link,
ul.rMenu li a:hover,
ul.rMenu li a:visited,
ul.rMenu li a:active
    {
    font-weight: bold;
    }


aquilaciencia Aug 14, 2009 04:27 AM

Hello Flynn, I have tried your advice for turning the text in the Page Menu Bar bold, and it isn't working for me. My css inserts look like this:

td#left, td#right {
font-size: 16px;
font-family: "arial";
}

ul.rmenu li a:link,
ul.rmenu li a:visited,
ul.rmenu li a:active,
ul.rmenu li a:hover {
font-weight: bold;
}

Thanks

juggledad Aug 14, 2009 05:08 AM

use this
HTML Code:

div#menu1 ul.rMenu li a:link,
div#menu1 ul.rMenu li a:hover,
div#menu1 ul.rMenu li a:visited,
div#menu1 ul.rMenu li a:active {
        font-weight: bold;
        }

and make sure to use the exact upper/lower case

Divya Jul 24, 2010 11:07 AM

Hi,
HTML code only works for menu1 in atahualpa 353 . What do I do for menu2 (%cats) ? .
I also want to style and animate my menubar. I tried using following code in css inserts but image is not repeated and there is gap between the menu items.

ul.rMenu li {
background:#b0b0b0 url('http://warvictims.files.wordpress.com/2007/08/menubg1.png') left repeat-x;
}

ul.rMenu li a:hover

{
background:#b0b0b0 url('http://warvictims.files.wordpress.com/2007/08/menubg1.png') left repeat-x;
font-weight:bold;
}

Could you please help me?

Divya Jul 24, 2010 11:29 AM

aha.. menu 2 worked [donno what I was thinking]

pls help me with the background image.

Thanks,
Divya


All times are GMT -6. The time now is 01:51 AM.

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