You are here: Forum Home / RapidWeaver User Forum / Questions / Thread
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!
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…
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!
Hi again,
Here’s the css to control the menu’s font sizes:
#floatMenu a {
font-size: 14px;
line-height: 13px;
}
#floatMenu ul ul a,
#floatMenu2 ul ul a {
font-size: 13px;
}
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…
Hi again,
Here’s the css to control the menu’s font sizes:
#floatMenu a {
font-size: 14px;
line-height: 13px;
}
#floatMenu ul ul a,
#floatMenu2 ul ul a {
font-size: 13px;
}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
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…
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…