"Compare" appearing in mobile meny
-
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.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .site-mobile-menu .menu-item-compare{
display:none;
}
Best Regards
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.
Hello,
Please replace the code with this one:
body .mobile-nav .menu-item-compare{
display:none;
}
Best Regards