Home Forums WoodMart support forum Hide prices – Reply To: Hide prices –

#484379

Luke Nielsen
Keymaster

Hello,

I suggest you use the below code for hiding the prices on the site. Please enter it into the “Global Custom CSS” area in Theme Settings -> Custom CSS.

.product-grid-item  .wrapp-product-price,
.single-product .price,
.product_list_widget>li .price {
    display: none;
}

Kind Regards