Tagged: menu
Hi
is there any easy way to add “MENU” text beside desktop version of hamberger menu ?
I need it WPML compatibilie, so it can be translated.
Thanks.
Hey tomitos,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Andy
did this ever get solved? i am trying to do the same but do not see a solution here. thanks.
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
li#menu-item-burger:before {
content: 'Menu';
position: absolute;
top: 45px;
right: 50px;
}
Best regards,
Yigit
Thanks a million.
If I want it on the mobile hamburger menu also… what would I put in Quick CSS please?
Chris
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#advanced_menu_toggle:before {
content: 'Menu';
font-size: 14px;
top: -7px;
position: relative;
}
Best regards,
Yigit
Only problem, it covers the hamburger icon.