How do I make discounted prices green and original prices red?

Hi, i need a little help with discounted price, i tried to do it on my own but could not figure it out, also i looked at every single similar discussion but could not figure it out. So i need my discounted price be Green and old price be RED (crossed one). Like this on picture.

https://elanday.net/

Password: taoyai

@Kabas ,

s.price-item.price-item--regular {
    color: red;
}
span.price-item.price-item--sale.price-item--last {
    color: green;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid

1 Like

Much appreciated, it works.

@Kabas ,

Please like my post.