Home › Forums › WoodMart support forum › How to hide tab in sigle product › Reply To: How to hide tab in sigle product
December 5, 2021 at 9:29 pm
#337026
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body.postid-381 .single_variation_wrap{
display:none;
}
Replace 381
with the product Id where you want to remove Add to cart button.
Best Regards