hi,
is it possible change “Menu” text to “Select Category” on mobile (Fullwidth Sub Menu) ?
How can I do?
Hey master-t!
Thank you for using Enfold.
You can edit configtemplate-builder > avia-shortcodes > menu.php, find this code on line 186:
$mobile_button = $mobile == "active" ? "<a href='#' class='mobile_menu_toggle' ".av_icon_string('mobile_menu')."><span class='av-current-
placeholder'>".__('Menu', 'avia_framework')."</span>" : "";
Best regards,
Ismael
thank you very much !!! :)