how do you increase font size for the primary menu
- The topic ‘how do you increase font size for the primary menu’ is closed to new replies.
Need help? Check out our Support site, then
How do you increase the font size for the primary menu where it says “politics” “projections” etc?
The blog I need help with is: (visible only to logged in users)
If you have access to add custom CSS you could use the following code:
.menu-primary-items a:link, .menu-primary-items a:visited, .menu-unset ul a:link, .menu-unset ul a:visited {
font-size: 18px;
}
You should be very careful changing default design element sizes and spacing because it can impact other design elements. Every time you make a change like this you should keep a close eye on the effect it has on other things that might also need to be adjusted to ensure the theme continues to work as expected.