Home Forums WoodMart support forum How to remove category image shadow Reply To: How to remove category image shadow

#49490

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