How can I change the 'Sale price' color in the Taste Theme 2.0?

Hi! I don’t know if anyone else is having this issue with the newer 2.0 Shopify Themes, but when I set a compare price, the new “Sale price” colour cannot be adjusted… I want to make the sale price a red colour, which is much more appealing and noticeable to customers shopping on my website. I will list an example to show what it looks like.

Does anyone have a solution to this issue? Please let me know I appreciate it!

Screen Shot 2022-05-31 at 10.48.51 PM.png

1 Like

@ChasoBands

Could you provide me store URL? I should be able to answer your question.

Yours faithfully!

Yes here you go… www.diversityzoo.com, Thank you!

1 Like

@ChasoBands

span.price-item.price-item--sale.price-item--last {
    color: red !important;
}

Add this code in the bottom of component-price.css file,

  1. Navigate to Online Store->Theme->Edit code
  2. Asset->/component-price.css ->paste below code at the bottom of the file.
  3. Save it.
2 Likes

Wow… you seriously just saved me time and money. Thank you so much I genuinely appreciate it…

1 Like

@ChasoBands

Your Welcome,
Let me know if you need any more help,
We are happy to help you,
if helpful, kindly like and accept our Solution,

2 Likes

@ChasoBands

Add this code in the bottom of section-main-product.css file

a.link.product__view-details.animate-arrow {
    display: none !Impportant;
}
1 Like