product-image-not-showing-in-single-product-page

I am using the Sparkling theme with Woocommerce for http://www.hindi-gk.com/product/current-affairs-april-2017-ebook/. My featured product images show up on the page that lists all my products but does not show up on the individual product pages. Instead there is a blank, white space. However, when this space is hovered/clicked on it reveals the featured image. Plz help me.

Hi @seemacharan1986,

I hope you are well today and thank you for your question.

You can display it by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS


.woocommerce div.product div.images.woocommerce-product-gallery{
    opacity: 1 !important;
}

Best Regards,
Movin

Once again thank you so much.

You are most welcome here :slight_smile: