Home › Forums › WoodMart support forum › How to remove category image shadow › Reply To: How to remove category image shadow
March 28, 2018 at 10:33 am
#49490
Elise Noromit
Member
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