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!

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,
- Navigate to Online Store->Theme->Edit code
- Asset->/component-price.css ->paste below code at the bottom of the file.
- 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