Home › Forums › WoodMart support forum › How can i remove the prize and leave it only in the single product only › Reply To: How can i remove the prize and leave it only in the single product only
November 17, 2021 at 12:09 pm
#332524
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.product-grid-item .price {
display: none;
}
Best Regards