Home Forums WoodMart support forum Remove “add to cart” button outside the product page

Remove “add to cart” button outside the product page

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

    micheletrombetta01
    Participant

    Hi, how can I remove the add to cart button in everywhere and keep it only in the product page?

    In the attached photo I highlighted the “add to cart” button that I need to remove.

    Thanks.

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

    Hi,

    You have 2 ways to hide it:
    1. By enabling the “Catalog mode” via Theme Settings -> Shop.

    In this option You can hide all “Add to cart” buttons, cart widget, cart and checkout pages
    https://gyazo.com/2c50966cad6f3d730a8073ae84c15ca5.

    2. By using the below custom code, enter it into the “Global Custom CSS” area that is in Theme Settings -> Custom CSS.

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

    Best Regards.

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