Is there a way to change the generic “menu” title of the sub-menu nav? I’ve set the option “Mobile Menu Display” to “display an option to open a menu (works best when there are a lot of menu items”. So on mobile now, it says “menu” i’d rather it say “categories”.
Hey!
Try adding this code to the Quick CSS:
#top #wrap_all .av-current-placeholder {
font-size: 0;
}
#top #wrap_all .av-current-placeholder:before{
content: "Categories";
font-size: 14px;
vertical-align: bottom;
}
Cheers!
Josue
that’s it! thanks!
You are welcome, glad to help :)
Regards,
Josue