Menu font ?
- The topic ‘Menu font ?’ is closed to new replies.
Need help? Check out our Support site, then
Can I customize the menu: size of the font?
can I change the font menu?
The blog I need help with is: (visible only to logged in users)
You can edit the size of the font with some custom css.
.masthead .menu { font-size:1.5em; }
Change the 1.5 in the code above to get the size you want.
Thanks again !