How to change the color of the price on my featured product block?

Hello, I was wondering if there is a way of changing the color of the price listed on my homepage featured product and also on the actual product page?

I want to change the β€œ$35.00” from Black to hexcode: FB6107

Website: www.ecogarby.com

Pass: ccc

Thank you for your time :slightly_smiling_face:

hii, @Acid2Rain
Paste this code on top of the theme.scss file.

span.product-price__final.money {
    color: #FB6107 !important;
}

Thank You.

2 Likes

You’re awesome!!! Thank you very much!

2 Likes