White overlay on product hover
-
When you hover on a product, there is a white overlay on the image. I have removed the ‘shop now’ button which was appearing but I guess this left behind the overlay. Please can someone help me to remove this?
I used this code to remove the button:
ul.products li.product .product-button-wrap .add-to-cart-button-wrap .button, .add-to-cart-button-wrap .button {
display: none;
}I have tried various code to remove the overlay including:
div.prod-img-wrap:after {
background: none !important;
}It may be worth noting that I did use the ‘product flipper’ plugin however this is now disabled but the product image is still flipping (which I want.)
Please can you help,
Thank you.
The page I need help with: [log in to see the link]
- The topic ‘White overlay on product hover’ is closed to new replies.