Home Forums WoodMart support forum Unwanted Compare page link on mobile menu

Unwanted Compare page link on mobile menu

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

    byselin
    Participant

    Hello,

    In Woodmart Theme Settings > Shop > Compare is status OFF. And in site mobile menu, there is no compare page element. But somehow, there is unwanted compare page link in mobile menu as you can see https://ibb.co/g4YLS89

    How can I remove it?

    Thanks in advance.

    #339323

    Hello,

    Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

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

    Best Regards

Tagged: , ,

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