Can anyone advise how to change the collection page product price color for the Dawn theme?
Share the store link
Hi @Clement_Jaw
add css code is the easiest way
1: Online store > themes > Actions > Edit code > Assets > component-price.css
2: paste code at last
.card-information .price__regular {
color:red;
}
Could you provide me store URL? I should be able to answer your question.
Yours faithfully!
thank you so much! i had to add !important in the code, but it worked!
