Hi, CSS Code did not work. Can you please check again. I am not using any caching plugins. I used only your theme plugins. Also when i disable Compare feature from the site it should be automatically removed! isn’t it a bug!
This issue is still not solved or what ?
I disabled compare in theme settings and still in mobile menu I get the compare button with no link.
Menu contains no elements in Appearance->menus
Please add this code to the Theme Settings > Custom CSS > Global:
body .site-mobile-menu .menu-item-compare{
display:none;
}
body .site-mobile-menu li.menu-item-register {
display:none;
}
body .site-mobile-menu .login-side-opener{
display:none;
}
Best Regards