Reply To:

#1083
admin
Keymaster

Dear Scott,
I’m sorry that you have this issue.
If you wish to have the wishlist feature, go to your WordPress admin area -> YITH Plugins -> Wishlist -> find ‘save changes’ on bottom of the page and click. Now wishlist features enabled on your site.

If you wish to remove the Wishlist feature, then add the below css code on appearance -> customize -> custom css

.woocommerce .products li:hover > .yith-wcwl-add-to-wishlist{
  display: none !important;
}
.logo-wishlist {
  display: none !important;
}
.yith-wcwl-add-to-wishlist {
 display: none !important;
}

It will solve your problem

Thanks and regards,
Ponvendhan