Viewing 3 reply threads
You must be logged in to reply to this topic.
Hi, on my website http://www.excentra.nl/shop I want to disable the hover on the products that says: “In winkelmand” (add to cart). I tried several CSS code snippets, but none of them worked…
Of course on the single product page the button has to stay…
Regards,
Rob
Hi,
Add this:
.products.columns-4 .add_to_cart_button{
display:none !important;
}
.woocommerce ul.products li.product:hover .overlay, .woocommerce-page ul.products li.product:hover .overlay{
display:none !important;
}
You’re welcome :)
If you like our theme and support, leave us a rating on Themeforest, it’s very important for us :)
https://themeforest.net/downloads
Thank You so much
You must be logged in to reply to this topic.