Realmac Software

Welcome guest, please Login or Register

   

CSS code help please—Menu Font increase

Rank
Rank

Total Posts: 26

Joined Feb 2010

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!

Rank
Rank
Rank
Rank
Rank
Rank

Total Posts: 713

Joined Mar 2007

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…

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

Alternatively… put your feet up and play with this…

Rank
Rank

Total Posts: 26

Joined Feb 2010

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!

Rank
Rank
Rank
Rank
Rank
Rank

Total Posts: 713

Joined Mar 2007

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

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

Alternatively… put your feet up and play with this…

Rank
Rank

Total Posts: 26

Joined Feb 2010

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

Rank
Rank
Rank
Rank
Rank
Rank

Total Posts: 713

Joined Mar 2007

PM

 

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

Best,

Pete

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

Alternatively… put your feet up and play with this…

Rank
Rank
Rank
Rank
Rank
Rank

Total Posts: 713

Joined Mar 2007

PM

 

Rhonda, I’ve just sent you a PM.

Pete

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

Alternatively… put your feet up and play with this…