This topic has 2 replies, 2 voices, and was last updated 7 years ago ago by Rose Tyler
Hi
I have enabled the “Use buttons instead of simple anchors.” button and it has included an extra button on the product page.
Just under the Short Description there is an Add to Wishlist button and it highlights gold, and it has also included the heart button next to the Add to Cart button, which I want.
I removed the wording “Add to Wishlist” but the gold button still stays underneath the short description. I have tried some css to remove the button but it hasn’t worked, so I figured I got the css code wrong.
Can you please let me know how to remove this second Add to Wishlist button?
Thank you
Belinda
Hello,
Please try to add this code in custom css
.single-product .product_meta > .yith-wcwl-add-to-wishlist { display: none; }
How to create custom.css you can watch in this tutorial https://www.youtube.com/watch?v=Qok2zRedRMY.
Regards
You must be logged in to reply to this topic.Log in/Sign up