Hello,
You can change the “Product content effect” in Theme Options > Shop > Products style.
Or try to use this custom CSS code:
.content-product .product-details .button {
opacity:0;
}
.content-product:hover .product-details .button {
opacity:1;
}
Regards