Home Forums WoodMart support forum Remove add to cart button on product list

Remove add to cart button on product list

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

    Kifayy
    Participant

    Hello,

    I want to remove the “add to cart” button on my product lists and have a button at the bottom where the customer can click to view the product and it opens up the project page.

    How do I do this? Attached is the current button along with what we want it to look like.

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

    Luke Nielsen
    Keymaster

    Hello,

    We have different product styles in Theme Settings -> Product archive -> Products styles and you can choose something suitable for you there.

    https://gyazo.com/6f8087ce2ee9beee9fb581cb3b9ca802

    Otherwise, we can hide the “Add to cart” button but not replace it.

    If you’d like to contact us, we are here for whatever questions you may have.

    Kind Regards

    #389315

    Kifayy
    Participant

    “Otherwise, we can hide the “Add to cart” button but not replace it.”

    How do I hide the add to cart button?

    #389352

    Luke Nielsen
    Keymaster

    Hello,

    You have 2 ways to hide it:

    1. By enabling the “Catalog mode” via Theme Settings -> Shop.

    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;
    }

    If there is ever anything we can do, please feel free to reach out to me anytime when you have anything more to say.

    Kind Regards

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