Word "Menu" on the mobile website
-
Hi,
I have noticed that if you build a header with the header builder for mobile, that when you select “Style -> With text” the text “Menu” only appears on iPad.
Is it also possible for the main menu (burger) to add the text “Menu” to it (and not only the Burger icon) on mobile?
I would like to show also the word “Menu” on the mobile version 🙂
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
@media (max-width: 576px){
body .mobile-nav-icon .woodmart-burger-label {
display:inline-block;
}
}
Best Regards