Home Forums WoodMart support forum delete zones on the mobile menu

delete zones on the mobile menu

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

    yahia
    Participant

    je ne pas ajouter
    account et weshliste et … sur le menu mobile et il sont activé automatiquement
    comment les suprimé

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

    Hello,

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

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

    Best Regards

    #246929

    yahia
    Participant

    TANKS

    #247045

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘delete zones on the mobile menu’ is closed to new replies.