Hi there, can we add a word “Menu” on top of the Mobile Hamburger Menu Icon? Sometimes the old school users just doesnt understand the meaning of the three lines icon. Please guide.
Hey vinayb,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
li.av-burger-menu-main a:before {
content: 'Menu';
font-weight: 400;
position: absolute;
bottom: 25px;
}
Best regards,
Yigit
thanks. that worked.