Home › Forums › WoodMart support forum › Remove / Replace "add to card" button › Reply To: Remove / Replace "add to card" button
May 26, 2021 at 9:43 pm
#295740

Elise Noromit
Member
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