Home Forums WoodMart support forum "Compare" appearing in mobile meny

"Compare" appearing in mobile meny

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

    canaryprime
    Participant

    Hi,

    I am experiencing a bug where compare is showing up in my mobile menu while it is disabled in the whole site.

    I have checked header builder and menus. It comes absolutely from no where an only appears in phones. I have tried setting up a new menu, it is still showing up

    Compare function is disabled for the whole site.

    Thank you

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

    Hello,

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

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

    Best Regards

    #290083

    canaryprime
    Participant

    Hi Elise,

    That CSS is not working for me. Menu item is still showing up

    Thank you

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

    Hello,

    Please replace the code with this one:

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

    Best Regards

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