Home Forums WoodMart support forum How to hide add to cart

How to hide add to cart

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

    kamaunyaga99
    Participant

    Hello how can i hide this add to cart button here? I want the add to cart button to display only on single product page please.Thanks

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

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

    Best Regards.

    #564463

    kamaunyaga99
    Participant

    Hello i want to hide add to cart button for all products belonging to a certain category but display it on all the remaining categories on single product page. I created a preset but it is not worrking please advise here.

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

    Hello,

    Can you please share the page URL I will check and give you a possible solution.

    Best Regards.

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