Is there a way to change the color of the lightbox background in dawn when you open a product image?

Solved

Is there a way to change the color of the lightbox background in dawn when you open a product image?

environmentalPa
Excursionist
27 0 5

environmentalPa_0-1744897144442.png

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.

 

 

 

Accepted Solution (1)
TheScriptFlow
Shopify Partner
709 49 95

This is an accepted solution.

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.

- Need a Shopify Specialist? Chat on WhatsApp Or Email at info@thescriptflow.com

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


- If my solution was helpful, mark it as a solution and hit the like button! And Wait Don't forget to Buy me a Coffee

View solution in original post

Replies 5 (5)

TheScriptFlow
Shopify Partner
709 49 95

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:

thescriptflow_0-1744897687272.png

 

- Need a Shopify Specialist? Chat on WhatsApp Or Email at info@thescriptflow.com

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


- If my solution was helpful, mark it as a solution and hit the like button! And Wait Don't forget to Buy me a Coffee

environmentalPa
Excursionist
27 0 5

Hi, yea I managed that but mobile it only surrounds tiny bit around the image not the space above and below it. Weirdly. 

environmentalPa_1-1744898187154.png

 

TheScriptFlow
Shopify Partner
709 49 95

This is an accepted solution.

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.

- Need a Shopify Specialist? Chat on WhatsApp Or Email at info@thescriptflow.com

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


- If my solution was helpful, mark it as a solution and hit the like button! And Wait Don't forget to Buy me a Coffee

environmentalPa
Excursionist
27 0 5

It worked. Cheers! Thank you! appreciate your prompt reply!

TheScriptFlow
Shopify Partner
709 49 95

You are most welcome 😃.

- Need a Shopify Specialist? Chat on WhatsApp Or Email at info@thescriptflow.com

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


- If my solution was helpful, mark it as a solution and hit the like button! And Wait Don't forget to Buy me a Coffee