Home › Forums › WoodMart support forum › Hide Featured image on single product page. › Reply To: Hide Featured image on single product page.
March 26, 2021 at 12:03 pm
#276525

Aizaz Imtiaz Awan
Keymaster
Hello,
Please replace the previous CSS with the following in the Global Custom CSS area under Theme Settings >> Custom CSS.
.single-product .product-images-inner {
display: none;
}
Regards.
Xtemos Studios