Hi, would it be possible for me to add a word “MENU” beside the hamburger icon?
Hi Wilmer!
Please refer to my post here – https://kriesi.at/support/topic/mobile-menu-38/#post-492352
Cheers!
Yigit
Thanks Yigit but I can see a square with blue border and would like to get rid of that if possible.
Hey!
Please add following code to Quick CSS as well
a#advanced_menu_toggle { border: none !important; }
Best regards,
Yigit
Hey!
Try adding this to your custom CSS.
a#advanced_menu_toggle {
border: 0px !important;
}
If that’s not what your trying to do then send us a link to your page and take a screenshot highlighting your intentions.
Best regards,
Elliott
Got it. Thanks!