https://environmentalpartners.com.au/products/natural-cleaning-set This is what my product looks like when I open it. I want to influence the background color where I’ve marked X.
Regards.
https://environmentalpartners.com.au/products/natural-cleaning-set This is what my product looks like when I open it. I want to influence the background color where I’ve marked X.
Regards.
Paste this code in the end of base.css file.
Here is how you can find base.css file.
Go to Shopify Admin > Online Store > Edit Code > base.css
.product-media-modal__content.color-scheme-1.gradient {
background: green;
}
I apply the green color. You can apply any color that you want.
Results:
Hi, yea I managed that but mobile it only surrounds tiny bit around the image not the space above and below it. Weirdly.
Try to paste this code.
.product-media-modal__content{
background: red;
}
.product-media-modal__dialog.color-scheme-1.gradient {
background: red;
}
Make sure both of the classe must have the same color.
It worked. Cheers! Thank you! appreciate your prompt reply!
You are most welcome
.