This topic has 4 replies, 2 voices, and was last updated 7 years, 5 months ago ago by Rose Tyler
hello, how can i disable this hover image on all my products pleae? http://sevenseasaus.wpengine.com/wp-content/uploads/Screen-Shot-2017-06-13-at-11.24.32-AM.png
Hello,
It is hover effect on category of product and you can add this code in custom css to remove it:
.product-category .mask-container .block-mask {
display: none;
}
Regards,
Rose Tyler.
Thank you for your feedback. If I do that though, I am not able to click through by clicking the image.
I want to click on the image into the product, I just don’t want the little link image on the hover, I like the color change, just not the little paper clip image on it. Any ideas how I can remove it (just the paperclip)?
Hello,
Please try this code:
.product-category .mask-container .block-mask .mask-content a i, .product-category .mask-container .block-mask .mask-content a:after {
display: none;
}
.product-category .mask-container .block-mask .mask-content a, .product-category .mask-container .block-mask .mask-content a:hover {
background-color: transparent;
}
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up