Home › Forums › WoodMart support forum › Max price › Reply To: Max price
January 12, 2018 at 3:11 pm
#33200
Artem Temos
Keymaster
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.original-computed-price {
display:none;
}
Regards