Home Forums WoodMart support forum how to hide “add to chart” at homepage and product list page ?

how to hide “add to chart” at homepage and product list page ?

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

    chutipao27
    Participant

    hello
    would you please tell me how to hide “add to chart” at home page and products list page ?

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

    Hello,

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

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

    Best Regards,

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