navigation menu font size change
-
Does anyone have code to make the navigation menu font size larger in Twenty Thirteen? I have tried pasting this in to the CSS, but got no results:
#access a {
font-size: 120%;
}The blog I need help with is: (visible only to logged in users)
-
Try this. Your current font size is set to 15px. You can increase that number.
.nav-menu li a { font-size: 15px; }
- The topic ‘navigation menu font size change’ is closed to new replies.