Tagged: enfold
Hey Kriesi,
For the mobile menu, I’d like to to have the hamburger lines and to the left for the word “Menu” to be there. How do I add that?
Thank you!
Hi Andrea!
Please add following code to Quick CSS
a#advanced_menu_toggle:after {
content: ' Menu';
font-size: 12px;
}
Regards,
Yigit
Hey Yigit,
That worked great – this is what I ended up using:
a#advanced_menu_toggle:before {
content: ‘Menu ‘ attr(data-av_icon);
font-size: 18px;
}