Delete hover effect shop page
-
Hi guys,
I would like to delete the hover effect on the shop page grid.
I noticed when i put the tilled style version i don’t have the hover effect. But i dont like that style i would like to have no hover on the other styles.
Is this possible?
Hello,
Please set the design on hover and I will provide custom CSS, I am checking your shop page and I do not see any hover now. Please clarify.
Best Regards
I have enclosed an images that shows the hover i would like to remove.
I have enclosed an images that shows the hover i would like to remove.
Attachments:
You must be
logged in to view attached files.
Hello,
Please clear your browser cache and check again, when I hover a product, nothing happens: https://gyazo.com/06ed83c67eddea4f66c1f66e9fa73b45
Best Regards
Hi please check again, it was a css problem on our end. Now you will see it again.
Please provide me custom css
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .woodmart-hover-base.hover-ready.state-hover .product-wrapper,
body .woodmart-hover-base.hover-ready:hover .product-wrapper {
-webkit-transform: none;
transform: none;
}
body .woodmart-hover-base .content-product-imagin {
box-shadow: none;
-webkit-transform: none;
}
Best Regards