How can I make my product prices the same color on all pages?

On my home page, my price is black, while on my product page, it is green. I’d like them both green. I can easily change it on the product page but not the home or collections page. How is this done? is this coding?

1 Like

Hi @muddandmischief

Would you mind to share your store URL? Thanks!

https://muddandmischief.com/

@muddandmischief hope you are doing well.

Could you please share your store URL?

hello: Is this what you were asking for?
https://muddandmischief.com

@muddandmischief Please add the below line of CSS code at the end of your styles.css file

body .thumbnail-hover-enabled--false .current_price span.money{
color:#44a444;
}
1 Like