Home Forums WoodMart support forum How to hide select options and other icons?

How to hide select options and other icons?

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

    johny
    Participant

    Hello,
    I want to hide select options and other icons that display when we point the mouse to the product. Is there a way to hide those icons?

    #286156

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-add-btn.wd-add-btn-replace.woodmart-add-btn, .wd-wishlist-btn.wd-action-btn, .quick-view.wd-action-btn, .wd-compare-btn.wd-action-btn {
        display: none;
    }

    Best Regards

    #287159

    johny
    Participant

    Can’t I do it without CSS? Is there no option to do it without using CSS?

    #287181

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Sorry but it is only possible without Custom CSS because there is no option in Theme Settings available for that.

    Regards.
    Xtemos Studios

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