Tagged: mobile menu
I would like to replace the default “hamburger” mobile menu icon with a small transparent background button with the word “MENU”.
Please advise.
Thanks!
Hey xyzb,
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
Rikard
Sure. Take a look at the image. You will see the standard mobile button and the button or svg/css that I would like to use.
Thanks
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
#advanced_menu_toggle:before {
content: 'menu' !important;
font-size: 18px !important;
vertical-align: super !important;
}
Best regards,
Rikard
Hello Rikard,
Thank you. Works great. Will it degrade correctly in older browsers?
Thanks again
Could you tell me how to uppercase the ‘menu’ text in the CSS?
Thanks