Remove compare and my account from side mobile menu
-
Hi,
I want to remove the compare and my account from side mobile menu, my website is: https://douglashoutnederland.nl
I tried using custom CSS, but only the wishlist worked.
Thanks!
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .site-mobile-menu .menu-item-compare{
display:none;
}
body .site-mobile-menu .login-side-opener{
display:none;
}
Best Regards
Hello,
Some how the code doesn’t work,
Thanks
Hello,
Replace the code with this one:
body .site-mobile-menu .menu-item-compare{
display:none;
}
body .site-mobile-menu .menu-item-register{
display:none;
}
Best Regards