Hi Guys,
Was wondering what the CSS is to hide the mobile menu icon?
https://kriesi.at/support/topic/mobile-menu-icon-2/
Tried that CSS in that link but it didn’t work. Please advise :)
Hey!
Try adding this code to the Quick CSS:
a#advanced_menu_toggle {
display: none !important;
}
Cheers!
Josue
Looks like this worked, thanks buddy.