Home Forums WoodMart support forum Disable the Cart, Wishlist, Quick view, Compare Icons

Disable the Cart, Wishlist, Quick view, Compare Icons

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #464026

    yasirbinfaiz
    Participant

    How can i disable the icon’s from the products
    sharing the screenshot below
    i am able to do only Wishlist, quick view and compare but not to able for the cart icon

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

    Hello,

    The below code will help you to hide the “Add to cart” button on the archive page. Enter it into the “Global Custom CSS” area in Theme Settings -> Custom CSS.

    .product-grid-item .wd-add-btn {
        display: none;
    }

    Best Regards.

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