Archived topic
Make Menu Text Larger
5 replies · Started by Anonymous on May 2, 2015
Is there a way to make the text bigger in the menu?
Hi,
Look here. is that what you are looking for?
Great plugin for GP:
http://generatepress.com/downloads/generate-typography/
Greatingxxxx
Our Typography add-on (linked above - thanks Silvio!) allows you to do this through the Customizer.
You can also use CSS:
.main-navigation li a {
font-size: 15px;
}
... But making changes to the style.css only child template, the changes remain intact after an update. ;-)
Thank you so much, Tom. That worked perfectly. :)
No problem :)