Home › Forums › WoodMart support forum › Product Price › Reply To: Product Price
Aizaz Imtiaz Awan
Hello,
By default for the Variable Product under WooCommerce, it shows the Price Range from Lower to Higher range, something like shown in the following GIF: https://woodmart.xtemos.com/theme-settings-tooltips/hide-to-price.gif
So, when you select a Variation of the Variable Product on the Single Product page > the selected Variant Price is shown below besides the Stock Counter > this is how it works by default: https://snipboard.io/FNCSg8.jpg
So, on your Site that specific Variant selected Price was hidden from Theme Settings which we have now enabled and it is showing fine.
Further, the gap before the Price that you referenced on your Site was coming through some third party Plugin which we have adjusted now with the Custom CSS applied:
.price.pewc-main-price .amount {
margin-left: 0 !important;
}
Please check back your Site after completely clearing the browser and server cache.
Best Regards.