Home › Forums › WoodMart support forum › Removing compare /Wishlist and Account on mobile menu dropdown › Reply To: Removing compare /Wishlist and Account on mobile menu dropdown
February 2, 2021 at 10:42 am
#263228
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
body .site-mobile-menu .menu-item-wishlist{
display:none;
}
body .site-mobile-menu .menu-item-compare{
display:none;
}
body .site-mobile-menu .my-account {
display:none;
}
Best Regards.