This topic has 2 replies, 2 voices, and was last updated 3 years, 10 months ago ago by Rose Tyler
Hi there,
I want to delete “Toevoegen aan verlanglijst” and “Delen met vriend” on every Single Product Page. How is this possible?
Screenshot: https://gewoonkoel.nl/Screenhelp3
Thank you!
Hi,
Add this code in Theme Options > Custom CSS:
.single-product .product-information .yith-wcwl-add-to-wishlist,
.single-product .product-information .email-link {
display: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up