Enable word "menu" on mobile navigation
-
Hello,
If you scale the store in the browser (laptop view, tablet view) there is a word “menu” next to the menu navigation.
How do i enable this on mobile view?
Thank you,
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
@media (max-width: 575px){
body .mobile-nav-icon .woodmart-burger-label {
display: inline-block;
}
}
Best Regards
That worked perfectly, thank you – looks much better for my site.
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Enable word "menu" on mobile navigation’ is closed to new replies.