Is there a way to have the word “Menu” above the mobile hamburger?
Hey weddingmuseum!
Add this to your custom CSS.
a#advanced_menu_toggle::after {
content: "Menu";
font-size: 12px;
position: absolute;
top: -30px;
left: 5px;
}
Cheers!
Elliott
thanks