Hello,
I was wondering if there’s a CSS to make add to cart button appear on hover in the shop grid rather than to have it on default? I’ve tried making my own grid with page builder but it’s too complicated
thank you
This topic has 4 replies, 2 voices, and was last updated 5 years, 11 months ago ago by Rose Tyler
Hello,
I was wondering if there’s a CSS to make add to cart button appear on hover in the shop grid rather than to have it on default? I’ve tried making my own grid with page builder but it’s too complicated
thank you
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
Thank you! CSS worked just like I wanted to!
You’re welcome!
Regards
The issue related to '‘Add to cart button appear on hover’' has been successfully resolved, and the topic is now closed for further responses