Site logo

Archived topic

Sub Navigation Font Size

1 reply · Started by Jason Westbrook on June 27, 2017

Viewing posts 1–2 of 2

Hi....sorry if this is a dumb or repeat question.

How can I change the font size for the sub-navigation menu. It doesn't want to respond to me in the customize options when I increase the number.

:)

https://builtonmission.com/

The sub-navigation font size is actually calculated for you based on your top level font size.

You can adjust it with CSS:

.main-navigation .main-nav ul ul li a {
    font-size: 14px;
}
This archived topic is closed to new replies.