Home Forums WoodMart support forum How can i delete 3 buttons since Mobile Menu

How can i delete 3 buttons since Mobile Menu

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

    titorus
    Participant

    Hi, How can i delete 3 buttons in Mobile Menu version?
    The buttons are:
    LISTA DE DESEOS
    COMPARAR
    INGRESAR /REGISTRARSE

    Thanks

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

    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

Tagged: 

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