Home Forums WoodMart support forum Disable menu from mobile netvigation.

Disable menu from mobile netvigation.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #98825

    wonglui
    Participant

    How to disable a wishlist from the mobile netvigation?

    Attachments:
    You must be logged in to view attached files.
    #98832

    Hello,

    Add this code to the Theme settings > Custom CSS > Mobile

    body .site-mobile-menu .menu-item-wishlist {
        display: none;
    }

    Best Regards

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