Home Forums WoodMart support forum product page Reply To: product page

#204218

Hello,

I saw the screenshot you attached. To Remove price from the single product page you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

.single-product-page .price {
display: none;
}

Best Regards.