Forums
Forums / Fixing WordPress / Change Menu Font size
(@ritchierich)
6 years, 5 months ago
Hi I’m trying to increase the size of my menu titles. I have gone to Dashboard>Appearance>Customize>Additional CSS and added this:
.navbar-nav > li > a { font-size: 13px; }
However it doesn’t seem to change the font size when I adjust the px number Help please!
The page I need help with: [log in to see the link]
(@sterndata)
Volunteer Forum Moderator
This CSS
#main-nav ul li a { font-size: 12px; }
you’ll need to reduce padding around the element if you want them any larger.
To add or override CSS: use the “Additional CSS” option in the customizer. https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress
Learn to use the Chrome Developer Tools or Firefox Developer Tools to help you see and test changes to your CSS.
It worked perfectly thank you!
The topic ‘Change Menu Font size’ is closed to new replies.