I need help increasing the font size of my menu. I am using Hero theme.
The blog I need help with is ianmadsen.wordpress.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
I need help increasing the font size of my menu. I am using Hero theme.
The blog I need help with is ianmadsen.wordpress.com.
Add this to the bottom of your custom CSS and then adjust the 100% value as you desire.
.main-navigation a {
font-size: 100%;
}
This topic has been closed to new replies.