product category remove shadow
-
https://augusaslan.com/shop/
hello , i want remove shadow from my cat picture and remove hover effect. how can i do that? can you share code? can you look at the link ı share
Hi kuzgununsesi,
Thanks for reaching to us and appreciate your patience.
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.cat-design-alt.categories-with-shadow div.category-image-wrapp {
box-shadow: none;
}
.category-grid-item:hover a.category-image{
transform: none;
}
Best Regards,