Removing shadows from png's pic

Hi there,

is there a way to remove the shadow from the pictures?

thank you!!!

I just had this issue too - here’s what the developer Movin suggested to me, and it worked:

You can try removing the shadow by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area > Appearance > Customize > Shapely Options > Other

.shapely_home_parallax img.cast-shadow {
box-shadow: none;
}

Thanks @photogirl84

I had the same issue. The CSS code works perfectly.

Hi there,
It works!

Thank you very much!

Hi @photogirl84,

I hope you are well today and thanks for helping out here in this forum.

Your help here is really appreciated.

The topic where i shared the solution is here https://colorlibsupport.com/t/remove-drop-shadow-on-images/

Thanks,
Movin

Happy to help! :slight_smile:

:slight_smile: