How can I change the sale price color to red in the Ride theme?

Hello,

I’m trying to change only the sale price to a more eye catching color of red. I am using the Ride theme and it only allows me to change the color of the text for the entire website, but I am only looking to change the color of the sale tag. Does anyone know how to fix this? Again, I am using the Ride theme. I have a discount on the website, but am just wanting to change the new price color to red.

Hi,

Please share your store URL (and password if password protected).

Thanks.

https://fidgetsprocket.com/

@jecommerce

Please add the code below to assets/component-price.css file.

span.price-item.price-item--sale.price-item--last {
  color: #ff0000;
}

Hope it helps.

Thanks.

1 Like

Thank you! It worked