Hello,
I’m currently having an issue for a client that Product Images aren’t showing on the Product Page. The images are loading for but some reason this css line is preventing it from showing.
.product-single__thumbnails .swiper-container:not(.swiper-container-initialized)
{
visibility: hidden;
}
Does anyone knows how to fix this?
I’m running the Fresh theme if that helps?