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

#276433

Hello,

First of all thanks for choosing our Theme, we are glad to be you in the WoodMart WordPress family :).

Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

.woocommerce-product-gallery .owl-carousel .product-image-wrap {
  display: none;
}

Best Regards