Home Forums WoodMart support forum remove ”Compare” Mobile menu Item

remove ”Compare” Mobile menu Item

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #193821

    bdcloud
    Participant

    How to remove this ”Compare” Mobile menu Item? I have disabled compare feature from Shop > Compare> disable, but no luck!

    Attachments:
    You must be logged in to view attached files.
    #193849

    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 li.menu-item-register {
    display:none;
    }
    body  .site-mobile-menu .login-side-opener{
    display:none;
    }

    Best Regards

    #193947

    bdcloud
    Participant

    Hi, CSS Code did not work. Can you please check again. I am not using any caching plugins. I used only your theme plugins.

    #193988

    bdcloud
    Participant

    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!

    #194016

    Hello,

    Please provide the site admin access to the private area.

    Best Regards

    #298119

    ahmad2020
    Participant

    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

    #298152

    ahmad2020
    Participant

    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 li.menu-item-register {
    display:none;
    }
    body .site-mobile-menu .login-side-opener{
    display:none;
    }
    Best Regards

    This is not working.

    #300670

    ahmad2020
    Participant

    Hello??

    #300710

    Hello,

    Please provide your site admin access to the private area.

    Best Regards

Viewing 9 posts - 1 through 9 (of 9 total)