Remove shadow from collection list in Debut theme

Hello

I use Debut theme and the images from collection list section on Homepage does have shadow. How to remove this?

https://ibb.co/ggJ3TpL

Greetings,

Peter

Hi @Mojkorico ,

Please share your store URL and if your store is password protected then please provide password too.

So that we can help you.

Thank you.

Hello,

Store: https://https-www-apotheeklinnaeus-nl.myshopify.com/

Password: Candice

Thanks!

Gr, Peter

Hi @Mojkorico ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css->paste below code at the bottom of the file:
.collection-grid-item__title-wrapper::before {
    display: none !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

Hello,

I tried to use your solution, but it did not remove the shadow from behind the text. Any advice?