Hi, how can change de menu button on mobile devices?
I need to use my own button. I’d tried to modify helper-main-menu.php file in a child theme but it doesn’t works.
Hey alnalu!
Please see – http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/
Regards,
Yigit
That’s useful, can I use just the “menu” text?
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#advanced_menu_toggle { right: 5%; color: white; }
#advanced_menu_toggle:after {
content: 'Menu';
font-size: 18px;
position: relative;
top: -4px;
left: 5px;
color: white;
}
Best regards,
Yigit