Tagged: menu
Hi Team
I would like to replace the advanced menu toggle icon to instead say MENU.
It appears as though the icon is in the HTML, does anyone know the correct file to locate that icon?
found this topic but it is different now: https://kriesi.at/support/topic/replace-advanced-menu-toggle-icon-with-the-word-menu/?login_error
well this is css generated content – you can do that perhaps :
#advanced_menu_toggle:before {
content: "menu" !important;
display: inline-block;
font-size: 18px;
transform: rotate(-45deg) !important;
transform-origin: 25% 50% 0 !important;
}
:lol
the rotation is for having more space in that little box.
if you want to change than the advanced_menu_hide:before
similar to above
Hi!
Thanks for the help Guenni007. Let us know if you have anymore questions wmsgeorge.
Cheers!
Elliott