As of 2 days ago, when clicking on a product page, the images will appear for a brief moment and then disappear. The smaller thumbnail images still appear below, the issue is the main image. This happens across devices, browsers and across all products. There have been no changes made to the apps or theme. The collection and category pages appear as normal. www.pacifierkids.com
Hi @amontbriand
You can solve it by adding this CSS code at the bottom of your theme.css.liquid file in Online Store > Themes > click 3 dots > Edit code
.product__photos img {
display: block !important;
}
You added to theme.liquid file, not theme.css.liquid file.
If you add to theme.liquid file, please use this code
Thank you! That did the trick. Much appreciated.
1 Like
Happy I could help!