Hi,
1- Please open to edit function.js through FTP software.
Find this code at line 623:-
var carouselWrap = carousel.parent().parent(),
Replace with :-
var carouselWrap = jQuery(this).parent().parent(),
2- Use this custom css code at Admin -> Theme Options -> General Options -> Custom CSS
.woocommerce ul.products li.product figure figcaption .shop-actions > a, .woocommerce ul.products li.product figure figcaption .shop-actions > a.product-added:hover {
color: #FFF !important;
}
.woocommerce ul.products li.product figure figcaption .shop-actions > a:hover {
color: #FFF !important;
}
.woocommerce ul.products li.product figure figcaption .yith-wcwl-add-to-wishlist a {
color: #fff !important;
}
Thanks