How do I increase the font size of text in my menus?
-
Hello – I want to increase the size of the font of my menu text – both the top and side menus in a twenty fourteen theme. Does anyone have any suggestions as to how to do this?
Thanks
The blog I need help with is: (visible only to logged in users)
-
You will want to change the font-size of the menu elements in the CSS the code you will want to add will look something like:
#menu-side-menu { font-size: 120%; }for the side menu and
#menu-top-menu { font-size: 120%; }for the top menu.
I hope this helps.
-
- The topic ‘How do I increase the font size of text in my menus?’ is closed to new replies.