Home Forums WoodMart support forum How can I remove the Compare from mobile menu?

How can I remove the Compare from mobile menu?

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

    Xristos
    Participant

    Hello,

    I try the following code but didn’t work.

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

    Thank you!

    #308096

    Hello,

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

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

    Best Regards

    #308108

    Xristos
    Participant

    It works!

    Thank you.

    #308188

    You are welcome! We are here to help.

    Wish you a wonderful day!

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