Home Forums WoodMart support forum Hide Product Price and Select Options Button Reply To: Hide Product Price and Select Options Button

#451414

Hi,

Select options button comes from woodmart by default we cannot remove it. If you disable it Please navigate to the Theme Settings > Shop > Catalog mode > enable.
If you want to hide the price Please try the following custom CSS:

span.price {
	display: none !important;
}

Best Regards.