All things Shopify and commerce
Hey friends! I've tried all kinds of things, but can't seem to fix the color of my Zoomed in product images (and the icon colors)
I would love the image background to be transparent, and would love to be able to adjust the icon color, and icon background color.
Thanks!
Solved! Go to the solution
This is an accepted solution.
Hi @lucyh,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
.product-media-modal__content.color-scheme-5.gradient img {
background: transparent !important;
width: 100% !important;
}
.product-media-modal__toggle {
background-color: rgb(255 252 252) !important;
}
Hi @lucyh,
Thank you for reaching out to the Shopify community. I'd be glad to assist you. Could you kindly share your store URL and
password (if it’s password-protected) so I can review it and provide you with an update?
chevonspassion.myshopify.com
...however, insert problem number two. It will NOT stop rerouting to "Shop" so I'm not even sure it you will be able to view it. So if you have any tips on that too, fantastic 🤦♀️
This is an accepted solution.
Hi @lucyh,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
.product-media-modal__content.color-scheme-5.gradient img {
background: transparent !important;
width: 100% !important;
}
.product-media-modal__toggle {
background-color: rgb(255 252 252) !important;
}
HERO!
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025