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

Solved

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

Acid2Rain
Pathfinder
140 0 45

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 🙂

Accepted Solution (1)

Zworthkey
Shopify Partner
5581 642 1578

This is an accepted solution.

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

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

Thank You.

View solution in original post

Replies 2 (2)

Zworthkey
Shopify Partner
5581 642 1578

This is an accepted solution.

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

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

Thank You.

Acid2Rain
Pathfinder
140 0 45

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