Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Remove grey square shadow from homepage products

Remove grey square shadow from homepage products

Mel9602
Visitor
2 0 1

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

Replies 4 (4)

ecoboostify
Shopify Partner
14 2 1

 

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;
}

 

It's truly fulfilling to help someone.
EcoBoostify: Shoppable Reels - Improve conversions with shoppable reels and sales tools

Moeed
Shopify Partner
6330 1716 2069

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 </body> tag

<style>
.slider-mobile-gutter li {
    background: transparent !important;
}
</style>

RESULT:

Moeed_0-1732336291523.png

 

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

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Mel9602
Visitor
2 0 1

Code doesn’t work 

devcoders
Shopify Partner
564 79 141

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;
}

 

devcoders_0-1732336903277.png

 

Shopify Developer: Helping eCommerce Stores

If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!