Images in product gallery not showing

Hi,

We’ve uploaded images into the product gallery but they aren’t displaying on the front page. All we’re seeing is a blue rectangle where they should be that changes to green with the image title when we mouse over it.


Any help would be appreciated.

Kind Regards,

Chris

Hello,

Did you add / edit CSS code to modify the image default state. This looks like you may have 100% Blue opacity on images in default state, but cant say for sure without looking at your URL. Please along with your URL and wp-admin access and I will let you know the cause / fix.

Thank you

Hello,

Thanks for the URL and details. I had a look at it and as mentioned above, you indeed have added this following code in your customizer >> custom css box as shown here: http://prntscr.com/hpzbyp

.caption{
background:#16509d !important;
}
Remove this code that you added and it will display fine.

Thank you