MENU is empty on mobile. How can I delete this on mobile?
-
Hello,
MENU is empty on mobile. How can I delete this on mobile (without it messing up my desktop layout)? I only want the categories to show since “menu” has nothing in it. https://snipboard.io/Xri5nq.jpg
Hello,
Your mobile menu is empty because you didn’t define it via Appearance -> Menus.
https://monosnap.com/file/3qRdHOE4l6FxgK1eOpVIxhj5l7ZtPU
So you have 2 ways, the first is to create a new menu and define it as a “Mobile Side Menu”. The second way is to use the below custom CSS code for hiding the empty menu tab.
.mobile-nav .wd-nav-mob-tab .mobile-pages-title {
display: none;
}
Enter it to the “Global Custom CSS” area that is in Theme Settings -> Custom CSS.
Kind Regards
Hello,
I’m glad we managed to sort this out.
If you have any questions or wish to learn more about our theme, do reach out to our customer service team at any time.
Have a good day!
Kind Regards
The topic ‘MENU is empty on mobile. How can I delete this on mobile?’ is closed to new replies.