How can I change the color of sale and original prices separately?

Hi there,

I’d like to change the color separately for these two prices. The discounted price (red), and the original price (black). They are both currently white.

I am using refresh as my store theme.

@psimo90

Please share your store URL!

Thanks!

@psimo90

You can follow these steps:

  1. Go to Online Store → Theme → Edit code
  2. Open your component-price.css file and paste the following code below:
.price .price-item.price-item--last {color: red !important;}

Please share your store URL for the correct solutions.

Thanks!