Home Forums WoodMart support forum remove links from mobile menu

remove links from mobile menu

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #99023

    Jeriss Cloud Center
    Participant

    Dear,

    When I activate the mobile sidebar, it automatically adds “whishlist” and “login/register”.

    However, I have put them as icon in the mobile header. So it makes double.

    I want to remove the links from the mobile menu, how to do?

    Thanks

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

    Hello,

    Add this code to the Theme Settings > custom CSS:

    .site-mobile-menu .menu-item-wishlist,
    .site-mobile-menu .menu-item-my-account{
    display:none;
    }

    Best Regards

    #99048

    Jeriss Cloud Center
    Participant

    This code has removed the whishlist correctly

    but Login/Register is still displayed. Can you check?

    #99067

    Hello,

    I do not see that https://gyazo.com/10789f10987fb428987566d90497aa78

    I have added !important check now

    Best Regards

    #99076

    Jeriss Cloud Center
    Participant

    good, it’s working fine now
    thanks

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

The topic ‘remove links from mobile menu’ is closed to new replies.