How do I change the mobile menu icon? I want the same icon, except with added words “menu” right below it (I can make the graphic, just don’t know how to replace the existing icon).
Hey!
Try adding this code to the Quick CSS:
#advanced_menu_toggle:after {
content: "Menu";
font-size: 12px;
position: absolute;
bottom: -16px;
left: 0;
right: 0;
}
Cheers!
Josue
Unfortunately the code didn’t work – the mobile menu looks the same and the words are not added. I’m adding the URL of the site in a private post below.
Now it works, thank you so much!
You are welcome, glad to help :)
Regards,
Josue