How To Change Sale Price Color To Red In Collection Page - Impluse Theme

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

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.css and paste this at the bottom of the file:
.grid-product__price {
color: #ff0000;
}
.grid-product__price--original {
color: #000;
}

It did change the sale price to red but the non on sale price was also change to red… how to only make the sale price to red?

Plz See below screenshot