CSS code help please—Menu Font increase
Posted: 11th March 2010 04:18 PM

Hello!

I am having trouble with increasing the font size for my menu. I know it’s a CSS code—i just forgot to save it…

Any help would be greatly appreciated!

Thanks!

#1.  Posted: 11th March 2010 05:35 PM

It would help if you could post a link to your site - otherwise its a bit of a guessing game as different themes use different terminology…

 Signature 

Formula for success: Rise early, work hard, strike oil.  J P Getty.

Alternatively… put your feet up and play with this...

#2.  Posted: 11th March 2010 05:53 PM
RhondaSquared - 11 March 2010 04:18 PM
Hello!

I am having trouble with increasing the font size for my menu. I know it’s a CSS code—i just forgot to save it…

Any help would be greatly appreciated!

Thanks![/quote

thanks!

#3.  Posted: 11th March 2010 07:08 PM

Hi again,

Here’s the css to control the menu’s font sizes:

#floatMenu a {
    font-size14px;
    
line-height13px;
}


#floatMenu ul ul a,
#floatMenu2 ul ul a {
    
font-size13px;
}

By the way, I noticed that the custom css you have put in the page inspector for the #sidebarContainer is missing its closing bracket.

Best,

Pete

 Signature 

Formula for success: Rise early, work hard, strike oil.  J P Getty.

Alternatively… put your feet up and play with this...

#4.  Posted: 11th March 2010 07:24 PM
Pete - 11 March 2010 07:08 PM

Hi again,

Here’s the css to control the menu’s font sizes:

#floatMenu a {
    font-size14px;
    
line-height13px;
}


#floatMenu ul ul a,
#floatMenu2 ul ul a {
    
font-size13px;
}


By the way, I noticed that the custom css you have put in the page inspector for the #sidebarContainer is missing its closing bracket.


So do I just the bracket at the bottom? (like on this code?) Thank you a million!!!!!!
Best,

Pete

#5.  Posted: 11th March 2010 07:29 PM

Yes, a curly bracket below the code as per the menu css.

Best,

Pete

 Signature 

Formula for success: Rise early, work hard, strike oil.  J P Getty.

Alternatively… put your feet up and play with this...

#6.  Posted: 11th March 2010 07:52 PM

Rhonda, I’ve just sent you a PM.

Pete

 Signature 

Formula for success: Rise early, work hard, strike oil.  J P Getty.

Alternatively… put your feet up and play with this...