• Hi there,

    i’ve trying to edit the font-size on my primary menu, but can’t find a way in the customizer or with css-code to change it.

    Is there a way to change the font-size on the menu without owning the premium theme?

    Thanks and greets.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    for now you would use this CSS:

    /* Main menu font size */
    .main-navigation .main-nav a {
        font-size: 20px;
    }
    /* Sub menu font size */
    .main-navigation .main-nav ul ul li a {
        font-size: 18px;
    }

    In the next theme update you will be able to do this in the Customizer ??

    Thread Starter Timo

    (@duke119)

    Thank you, you’re great!

    Thanks david ??

    Glad to be of help

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change font-size primary menu’ is closed to new replies.