Change color of price compared on product page and home page

Hello my friends, I need your help. I need to change the color of the compared price to red, both on the product page and on the home page, I’m not getting it, can anyone help me? Theme is the Warehouse

You could try adding this code to the bottom of theme.css

.price.price--compare {
  color: #FF0000;
}
1 Like

Thank you my friend, it’s perfect now! Thanks

1 Like