Nav Bar Font Size
- The topic ‘Nav Bar Font Size’ is closed to new replies.
Need help? Check out our Support site, then
Hello. I am wondering how I can use CSS to reduce the font size of the Main Menu and the Sub Menu for Isca.
Thanks…..
The blog I need help with is: (visible only to logged in users)
Hi there – if you have the custom design upgrade (which I think you do since you’re using a custom font) then you can use the following custom css to change the menu font size:
ul.nav {
font-size: 0.8em;
}
You can adjust 0.8em up or down as you wish.