Reply To: Primary Sub Navigation Font

Home Forums Support Primary Sub Navigation Font Reply To: Primary Sub Navigation Font

Home Forums Support Primary Sub Navigation Font Reply To: Primary Sub Navigation Font

#235037
Tom
Lead Developer
Lead Developer

The sub-navigation inherits the fonts from the main navigation and reduces the font size a bit.

You’d have to target the sub-navigation with CSS to change it:

.main-navigation ul ul li a {
    /* Sub-navigation CSS in here */
}