Primary menu font size
-
I promise I searched but couldn’t find anything right away to help.
I’d like to boost the size of the font in my primary navigation menu by just a little bit. Is there a good way to do this?
The blog I need help with is: (visible only to logged in users)
-
Hi, to increase the font size of the menu items, add the following CSS and adjust the 1rem value as desired. You can use decimal numbers like 1.2rem or even 1.15rem.
.main-navigation a { font-size: 1rem; }You will have to adjust the line height on the rule for the down carat that you have in your custom CSS probably.
- The topic ‘Primary menu font size’ is closed to new replies.