vdmweb
Forum Replies Created
-
I have installed and configured the plugin that works correctly but I have the site is made entirely using elementor and in the product page that has been created using the elementor template the button is not visible and there is no widget to be able to insert it
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] change heart icon color when add to listSo solved thanks
.yith-wcwl-add-to-wishlist i {
font-family: ‘fontawesome’ !important;
}/*the product is not yet in the wishlist*/
.yith-wcwl-add-to-wishlist:not(.exists) i {
color: red;
}/*the product is in the wishlist*/
.yith-wcwl-add-to-wishlist.exists i {
color: blue;
}Hi, first of all thanks for the replies @barocke by chance you can explain how you implemented the I tried but I don’t get results
I need your same function, I hope the support will respond soon, the plugin is really nice, just missing this possibility
- This reply was modified 6 years, 6 months ago by vdmweb.