Home Forums Basel support forum Delete Wishlist & Login/Register pages from mobile Side Menu

Delete Wishlist & Login/Register pages from mobile Side Menu

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #206055

    sonia
    Participant

    How can I delete Wishlist & Login/Register pages from mobile side menu?
    I cant see them in Appareance > Menu > Mobile navigation.

    And last question is, Can I change the browse categories menu? It´s darker than the colour I selected.

    Thanks

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .mobile-nav ul li.login-side-opener{
        display: none;
    }
    .mobile-nav ul li.wishlist{
        display: none;
    }

    Best Regards

    #212693

    sonia
    Participant

    Thank you for your help.

    You could close the ticket 🙂

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

The topic ‘Delete Wishlist & Login/Register pages from mobile Side Menu’ is closed to new replies.