Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #791283

    Hello Enfold team :)

    I want to set salsa or another Google font to mobile menü.

    I set up salsa to menu items and on desktop it works fine. In mobile menü it seems like there is shown a default font?

    Can you help please? :)

    Tia,
    Tobi

    #791302

    please post your css code for the non-mobile menu

    #791310

    Hi guenni,

    I dont use any css for non-mobile. I defined the font for menu items in advanced styling section in Enfold but its not shown on mobile menü.

    Best regards,
    Tobi

    #791315

    Well if i do that the rule will be set by:

    #top #header .av-main-nav > li > a {
        font-family: "Cabin","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 12px;
    }

    so try to do it via quick css without that alternativ fonts:

    #top #header .av-main-nav > li > a {
        font-family: "Salsa";
        font-size: 16px;
        font-weight: normal;
    }

    or do you mean the menu font on mobile menu (mobile-advanced) ?

    #mobile-advanced a, #mobile-advanced .mega_menu_title {
        font-family: "Salsa";
        font-size: 16px;
        font-weight: normal;
    }
    • This reply was modified 7 years, 6 months ago by Guenni007.
    #791325

    Awesome support guenni,

    second one (mobile-advanced) did the trick.

    Thanks very much for your quick help.

    Issue resolved.

    #791472

    Hi,

    Great, glad you got it working. Thanks @guenni007 for helping out as always :-)

    Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change Google font on mobile menü’ is closed to new replies.