Home Forums WoodMart support forum MENU is empty on mobile. How can I delete this on mobile?

MENU is empty on mobile. How can I delete this on mobile?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #377274

    contactpleazurr
    Participant

    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

    #377309

    Luke Nielsen
    Keymaster

    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

    #377415

    contactpleazurr
    Participant

    Great thank you Luke!

    #377465

    Luke Nielsen
    Keymaster

    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

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘MENU is empty on mobile. How can I delete this on mobile?’ is closed to new replies.