Home Forums WoodMart support forum Remove / Replace "add to card" button

Remove / Replace "add to card" button

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

    19xela86
    Participant

    Is there a possibility to remove the “add to card” button only for some products?

    Thank you!

    #295740

    Hello,

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

    body.postid-854  form.cart {
        display:none;
    }

    Copy the code and replace 854 with the product ID where you want to hide the button.

    Best Regards

    #295832

    19xela86
    Participant

    Thank you!

    #295879

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Remove / Replace "add to card" button’ is closed to new replies.