Home Forums WoodMart support forum Hide Featured image on single product page. Reply To: Hide Featured image on single product page.

#276768

Hello,

To remove the image from products. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

.product-images-inner {
    display: none;
}

Basically, the product images are controlled by WooCommerce and our theme doesn’t influence this. WooCommerce Allows some settings that you can find under Appearance >> Customize >> WooCommerce >> Product Images.

You can read our detailed documentation in the following link:
https://xtemos.com/docs/woodmart/faq-guides/image-size-content-alignment-product-grid/

Regards.
Xtemos Studios.