Make Primary Menu text bigger
-
Any ideas how to make the text in my primary menu bigger? Also, the subitem menus background are gray – how do I change the background of these?
Thanks!
The blog I need help with is: (visible only to logged in users)
-
The text size in your menu is coming from your existing custom CSS:
#site-nav ul li a { font-size: 26px; font-size: 1rem; }Change the font-size from 1rem to may be 1.5rem?
This is the CSS to change the background of sub-items. I just used red as an example. Change it to whichever color you prefer.
#site-nav li li:hover > a { background: red; }
- The topic ‘Make Primary Menu text bigger’ is closed to new replies.