I’m wondering how to change the sale price color to red while keep the crossed price & original price (not on sale) color remain unchanged. Impluse theme
Hi @lorrnnzo
Can you please share your Store URL?
@lorrnnzo
use this css
.grid-product .grid-product__price--original {
color: red !important;
}
It’s working but not the way I want…
I want the sale price to be red and the crossed price / original price remain black
1 Like