Hello, my current price and sales price colors are both the same, and I would like to create a distinction between the two. I understand it has to deal with the code, how can I change the current price to black, and sales price to red?
Theme:debutify 4.8.0
@Musta2
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! Thanks for your good question.
Please share your site URL, I will check out the issue and provide you a solution here.
Welcome to shopify community.
Please share your store URL and if your store is password protected then please provide password too.
Thank you.
Hi @Musta2 ,
Go to Assets > theme.scss.liquid and paste this at the bottom of the file:
.price-regular.text-sale { color: #ff0000 !important; } .price-compare.text-muted { color: #000000 !important; }
Hope it helps!