Home › Forums › WoodMart support forum › From price for variation product › Reply To: From price for variation product
May 8, 2024 at 12:25 pm
#564068
Aizaz Imtiaz Awan
Keymaster
Hello,
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.hide-larger-price .price {
visibility: visible !important;
word-spacing: 0em !important;
}
Best Regards.