Home › Forums › WoodMart support forum › How can I disable Add to Whishlist from product page? › Reply To: How can I disable Add to Whishlist from product page?
February 10, 2019 at 6:51 am
#106792
Elise Noromit
Member
Hello,
Add this code to the Theme Settings > Custom CSS > Global
body .summary-inner>.yith-wcwl-add-to-wishlist {
display:none;
}
Best Regards