• Studio Roeper

    (@studio-roeper)


    My website is studioroeper.com
    I figured out how to change all the fonts under appearance>customize>typography. Changed all to the same font which is a google font name Catamaran. I tried several versions of

    1) Go to dashboard > settings > Google Fonts.
    2) Click, “create a new font control.”
    3) Name it, “Main Menu” (Name it as you like)
    4) Click the “Create Font Control”
    5) In the “Add CSS Selectors” box type “.nav-menu”
    6) Click “Save Font Control.”

    but I can’t get my Menu and Drop down menu to change to Catamaran.

    Any ideas?

Viewing 3 replies - 1 through 3 (of 3 total)
  • That font is appearing for me on your menu / dropdown – did you get it situated?

    nav#mk-main-navigation {
        float: left;
        font-family: sans-serif !important; // Choose your font here
    }

    Using a child theme with a new style.css is best practice…

    Still you can adjust your style.css in the parent stylesheet or you can maybe use a function in your theme settings to use custom CSS.

    I’m almost sure your font is set by using inline CSS.
    A way to change the font in the menu would be by adding !important next to your CSS code

    I hope this works for you

    Thread Starter Studio Roeper

    (@studio-roeper)

    Thank you very much. This issue has been resolved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change font in Menu?’ is closed to new replies.