Home › Forums › WoodMart support forum › How To Add A Grid Size Cart With Different Measurements Product Page Tab › Reply To: How To Add A Grid Size Cart With Different Measurements Product Page Tab
July 13, 2021 at 10:41 am
#306327
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body.postid-851 .summary-inner .wd-wishlist-btn {
display: none;
}
body.postid-851 .product-tabs-wrapper{
display:none;
}
Best Regards