Hi,
Is there a way to change the background color of the main menu but just on mobile?
I tried this below but it didn’t work…
.html_mobile_menu_tablet #mobile-advanced { background-color: red; }
is this also possible to add a the word “Menu” with the icon on mobile?
Thank you for Enfold :)
Ariel
Hi arielkas!
Please add following code to Quick CSS
ul#mobile-advanced {
background-color: orange;
}
a#advanced_menu_toggle:after {
content: ' Menu';
font-size: 12px;
}
Best regards,
Yigit
It didn’t work (neither the background color nor the ‘Menu’ label)
Sorry my bad the label is here. Thanks!! :)