Home › Forums › WoodMart support forum › Product Grid Few changes › Reply To: Product Grid Few changes
June 22, 2023 at 3:48 pm
#476665

Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.product-grid-item .price del {
text-decoration: none;
}
.product-grid-item .price del > span {
text-decoration: line-through;
}
.product-grid-item .price del:before,
.product-grid-item .price ins:before {
margin-right: 5px;
}
.product-grid-item .price del:before {
content: "WAS";
}
.product-grid-item .price ins:before {
content: "NOW";
}
Best Regards