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
please post your css code for the non-mobile menu
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
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;
}
Awesome support guenni,
second one (mobile-advanced) did the trick.
Thanks very much for your quick help.
Issue resolved.
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