Home Forums WoodMart support forum Mobile Menu

Mobile Menu

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

    norluz
    Participant

    Hello , how to remove this 3 menu? from list?

    you can see screenshot, i cant find any solution

    this is screenshot – https://i.imgur.com/uSkIJwe.jpg

    #388267

    Hello,

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

    body  .site-mobile-menu .menu-item-wishlist{
    display:none;
    }
    body .mobile-nav .menu-item-compare{
    display:none;
    }
    body  .site-mobile-menu .my-account-with-text {
    display:none;
    }

    Best Regards

    #388349

    norluz
    Participant

    Tried but removed only 1 menu item you can see screenshot – https://i.imgur.com/hNb4CbR.jpg

    removed only “Compare”

    I put This code here – screenshot – https://i.imgur.com/4Ob0pPJ.png

    #388585

    norluz
    Participant

    This Problem Was Solved.

    #388606

    That is fine!

    If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Mobile Menu’ is closed to new replies.