How to change collection page product price color (Dawn theme)

Can anyone advise how to change the collection page product price color for the Dawn theme?

@Clement_Jaw ,

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;
}

@Clement_Jaw

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!