Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Header configuration & styling »

[SOLVED] How to boldtext in menu bar


  #1  
Old Apr 16, 2012, 06:00 PM
yukoner
 
48 posts · Jan 2012
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

Last edited by yukoner; Apr 16, 2012 at 06:04 PM.
  #2  
Old Apr 16, 2012, 06:32 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
You have an extra curly brace and you need to target the a tag so code would be.
#rmenu2 a {
font-weight: bold !important;
}
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #3  
Old Apr 16, 2012, 06:53 PM
yukoner
 
48 posts · Jan 2012
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 05:52 PM.


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