Site logo

Archived topic

Make Menu Text Larger

5 replies · Started by Anonymous on May 2, 2015

Viewing posts 1–6 of 6

Is there a way to make the text bigger in the menu?

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 :)

This archived topic is closed to new replies.