How can I change the price color on shopify dawn theme

I want to change the shopify dawn theme price color, how can I do that? What’s the code and where should I input the code?

1 Like

Hi @JoeHazel

To change the price color on the Product page, you can paste this piece of code at the bottom of the file “base.css” in your theme files.

.price .price-item {
    color: red;
}

Remember to change “red” to your desired color.

Cheers!

1 Like

@JoeHazel

oh sorry but do you want change only sale price or normal ?

can you please send store url

I want to change the sale price