How to remove category image shadow
-
Hi,
1. How to remove category image shadow
.cat-design-alt .category-image-wrapp {
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.12);
box-shadow: 1px 1px 2px rgba(0,0,0,.12);
position: relative;
overflow: hidden;
}
2. how to resize category image size
Hello,
In order to remove the shadow, change this line in the code: box-shadow: 1px 1px 2px rgba(0,0,0,.12); in the following way:
.cat-design-alt .category-image-wrapp {
-webkit-box-shadow: none;
box-shadow: none;
position: relative;
overflow: hidden;
}
If the code is not workable, give me the link where you want to remove the shadow I will generate another code.
All the images sizes are set in Appearance > Customize > WooCommerce > Product images.
Best Regards
You are always welcome. If you have any questions feel free to contact us.
Best Regards