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

#263228

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.