Home › Forums › WoodMart support forum › Variable Product show only lowest price › Reply To: Variable Product show only lowest price
December 10, 2018 at 9:23 pm
#95263
Elise Noromit
Member
Hello,
Please copy this code from the forum and add to the Theme Settings > custom CSS
body .product-grid-item .price,
body .single-product-page .summary-inner > .price {
font-size: 0;
}
.single-product-page .summary-inner > .price > span:first-child {
font-size: 22px;
}
.single-product-page .summary-inner > .price > small {
font-size: 18px;
margin-left: 6px;
}
body .product-grid-item .price > ins,
body .product-grid-item .price > span:first-child {
font-size: 14px;
}
body .product-grid-item .price > del {
font-size: 12px;
margin-right: 3px;
}
body .product-grid-item > .price > small {
font-size: 12px;
margin-left: 4px;
}
body .single-product-page .summary-inner > .price > ins,
body .single-product-page .summary-inner > .price > span:first-child {
font-size: 22px;
}
body .single-product-page .summary-inner > .price del {
font-size: 22px;
margin-right: 6px;
}
Best Regards