How to change product background in a custom theme?

Hello,

Could someone help where I can change the background of all my products with a code? In a custom theme

This is how it should look

This is now

The website is
https://monttega.com/collections/hoodies

@Storum - add to the very end of your theme.css file

.product-item__image-wrapper {background-color: #e3e2e2;}

@Storum

@Storum

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
.product-item__aspect-ratio {background: #f2f2f5;}

Hello @Storum

It’s GemPages support team and glad to support you today.

I would like to give you a solution to support you.

  1. Go to Online Store β†’ Theme β†’ Edit code.

  2. Open your theme.liquid theme file.

  3. Paste the below code before :


Hope my solution can work and support you!

Kind & Best regards!

GemPages Support Team.