infoswell replied
Thanks for your help! Since our last few replies were private, I'm posting this reply publicly in case someone else comes across the same issue. PenciDesign support provided this solution to the issue with woocommerce product images not showing up on product pages:
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
.woocommerce div.product div.images.woocommerce-product-gallery {
opacity: 1 !important;
}