Home Forums WoodMart support forum Remove compare and my account from side mobile menu

Remove compare and my account from side mobile menu

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

    joelljeremy
    Participant

    Hi,

    I want to remove the compare and my account from side mobile menu, my website is: https://douglashoutnederland.nl

    I tried using custom CSS, but only the wishlist worked.

    Thanks!

    #192276

    Hello,

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

    body .site-mobile-menu .menu-item-compare{
    display:none;
    }
    body  .site-mobile-menu .login-side-opener{
    display:none;
    }

    Best Regards

    #193257

    joelljeremy
    Participant

    Hello,

    Some how the code doesn’t work,

    Thanks

    #193280

    Hello,

    Replace the code with this one:

    body .site-mobile-menu .menu-item-compare{
    display:none;
    }
    body  .site-mobile-menu .menu-item-register{
    display:none;
    }

    Best Regards

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