Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   [SOLVED] How to boldtext in menu bar (http://forum.bytesforall.com/showthread.php?t=17331)

yukoner Apr 16, 2012 06:00 PM

[SOLVED] How to boldtext in menu bar
 
I'm embarrassed to be asking this, but I just haven't been able to figure it out.

How do I bold the text in the Menu 1 Page Menu?

See http://normhamilton.ca/testing/

As near as I can figure I should be using something like

}
#rmenu2 {
font-weight: bold !important;
}

but I can't get the text to bold.

Norm

lmilesw Apr 16, 2012 06:32 PM

You have an extra curly brace and you need to target the a tag so code would be.
#rmenu2 a {
font-weight: bold !important;
}

yukoner Apr 16, 2012 06:53 PM

Thanks Larry.

It was targeting the "a" that I was missing. The extra curly was only in my post here.

I knew it was going to be something simple. Your time is very much appreciated.

Norm


All times are GMT -6. The time now is 11:30 AM.

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