Remove grey square shadow from homepage products

Remove grey square shadow from homepage products Can you help I need a code to remove grey square shadow on products on homepage

url:

https://www.trendittsongiftco.com

Hope this guide is helpful to you!

  1. Log in to Shopify > Online Store > Customize (Screenshot).
  2. Go to Theme Settings > Custom CSS (Screenshot).
  3. Copy the CSS code below, paste it into the Custom CSS box, and click Save.
.slider-mobile-gutter li {
    background: transparent !important;
}

Hey @Mel9602

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Hello @Mel9602

Go to Online Store, then Theme, and select Edit Code.
Search for assets/theme.css. Add the provided code at the end of the file.

.collection-list__item {
background: transparent !important;
}

Code doesn’t work