All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Product images for every image on my shop, load as a black box, and then quickly switch to the product image,
Can any one help with this?
Hi @jayjay5000,
To fix this, you need to change the placeholder background color in your theme’s CSS files. Here’s how:
Go to Online Store > Themes > Edit code.
Open your theme’s base.css file (or sometimes component-card.css or theme.css, depending on your theme).
Search for a class like .global-media-settings, .product-media-container, or .loading.
Add or edit the background color property. For example, to make it white or transparent, add:
Or use transparent if you prefer: