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
I want to change the sale price