@Jeffrey van der Kruit : You need to enter the correct path image
@tyk : You need knowledge about css
1. Code css to change background :
#sp-main-body-wrapper .product-hover .img-circle, .top_hits_products .product-hover .img-circle {
background: rgba(51,51,51,0.79);
}
2. Code css to change background:
#sp-main-body-wrapper .block_item:hover .item_inner:before, .top_hits_products .block_item:hover .item_inner:before {
background: rgba(17,17,17,0.2);
}
3. Code css to change color :
.product-hover .img-circle .buttons a {
color: #fff !important;
}