Remove Shadow From Collection List In Sense Theme

If anyone knows how to remove shadows from photos if anything I tried different guides but they did not help me

https://www.incensehouse.store

hello @Alex_St

You can add code by following these steps to remove shadow from image

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.card--card:after, .card--standard .card__inner:after{ box-shadow:none !important; }

Sorry, I didn’t describe the shadow problem correctly on the items not the collection, I attached pictures on the link. Sorry you wasted your time because of me but please can you help again

https://drive.google.com/drive/folders/1GDtOVbKgus5tvi_4E0Ade5CzFHYtmlmJ?usp=share_link

Hello @Alex_St
I have updated code according images you sent
You can add code by following these steps to remove shadow from images

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.image-with-text:not(.image-with-text--overlap) .image-with-text__media-item:after,.global-media-settings:after,.rte img{ box-shadow:none !important; }

Yes it all worked thank you very much and have a nice day :slightly_smiling_face: