This topic has 4 replies, 2 voices, and was last updated 6 years, 1 months ago ago by Rose Tyler
Hello,
I have made some CSS changes to the heart icon that appears over the product image when you are in a shop page. I would like to make it always visible, not only when you hover the image. Do you know how to do it?
Thank you!
Hello,
.product-image-wrapper .footer-product {
-webkit-transform: translateY(0) !important;
-moz-transform: translateY(0) !important;
-ms-transform: translateY(0) !important;
-o-transform: translateY(0) !important;
transform: translateY(0) !important;
}
.product-image-wrapper .footer-product .yith-wcwl-add-to-wishlist {
margin-top: -5px;
}
Regards
Hello Rose,
Works like a charm!
Thank you for the quick answer!
You’re welcome!
Regards
The issue related to '‘Wishlist heart always visible’' has been successfully resolved, and the topic is now closed for further responses