How to change the compare at price color on debut theme?

I am wondering how I change the compare at price to a different color than the actual price on debut theme.

Hi @arex3325

Would you mind sharing your store’s URL so we can take a look at that and provide a solution?

Let us know!

@JHKCreate

car-rillumo.com

Add the following code to your theme.scss file at the end:

span.grid-product__price--original {
    color: red;
}

Should that solve your issue, please don’t forget to like & mark as solution the replies you see fit to help the community find answers faster.

Cheers!

@JHKCreate That worked! But when I click a product and go to the product page, the compare price is once again black. Any ideas?

Add this as well, that should do it!

.product__price--compare {
    color: red;
}

Let us know if all is well!