Home Forums WoodMart support forum Remove wc buttons in the mobile menu

Remove wc buttons in the mobile menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #330683

    Khalid2020
    Participant

    https://prnt.sc/1yzp3dd
    how I remove them?

    #330786

    Hello,

    The compare, my account, and wishlist links are added automatically to the mobile menu.

    To remove it please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-nav-mobile li.menu-item-compare {
        display: none;
    }
    .wd-nav-mobile li.menu-item-wishlist {
        display: none;
    }
    .wd-nav-mobile li.menu-item-account {
        display: none;
    }

    Best Regards

    #331567

    Khalid2020
    Participant

    ok its worked thanks

    #331569

    Hello,

    We are Glad that you loved our Theme and Support Staff. We wish you all the best.

    If you do not mind, can you please leave a 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in future. It would encourage our work a lot. If you like our Theme and Support.

    Thanks for contacting us.
    Have a great day :-)

    Topic Closed.
    Best Regards.

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

The topic ‘Remove wc buttons in the mobile menu’ is closed to new replies.