This topic has 2 replies, 2 voices, and was last updated 9 months, 1 weeks ago ago by Rose Tyler
Helo how i can change crossed normal price color, and bold sale price when product are on sale ?
Hello, Focu5,
Thank you for contacting us and for using XStore.
We kindly ask that you implement the following custom CSS code:
.price bdi, .et-product-height-calculated .price-switch .price {
color: red;
text-decoration-color: red;
}
.price ins bdi {
color: black;
font-weight: bold;
}
Best regards,
The 8Theme Team
You must be logged in to reply to this topic.Log in/Sign up