Re: Change color of price compared on product page and home page

Solved

Change color of price compared on product page and home page

Marcos7882
Tourist
7 0 1

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 WarehouseScreenshot_263.pngScreenshot_264.png

Accepted Solution (1)

Nick_Marketing
Shopify Partner
1487 336 465

This is an accepted solution.

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

.price.price--compare {
  color: #FF0000;
}
Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).

View solution in original post

Replies 2 (2)

Nick_Marketing
Shopify Partner
1487 336 465

This is an accepted solution.

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

.price.price--compare {
  color: #FF0000;
}
Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).
Marcos7882
Tourist
7 0 1

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