How can I change product price colour to black in Minimal Theme?

Hi, can someone help me with changing my product price colours to black as opposed to red in Minimal theme.

Kind regards

Molly

Hi Molly8,
Please share your store URL.

Regards
Sandeep

mollycoddlemeg.co.uk

password - preepi

Hello @Molly8

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->timber.css>Add this code at the bottom.

.product-single__price {
    color: #000 !important;
}
1 Like

Hi
I am Sandeep and I am trying to help you.
I saw your store, it’s really looking good.

Please add this css in your theme.css file.

span#ProductPrice {
color: #000000 !important;

}

if it will not work then add it in timber.scc file.

Thanks & Regards
Sandeep

1 Like

Hi @Molly8

This is Richard from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file timber.scss.css

Step 3: Paste the below code at bottom of the file → Save

.product-single__price {

color: black !important;

}

Hope that my solution works for you.

Best regards,

Richard | PageFly

1 Like

Hi

That worked great.

Kind regards

Molly

Hi Molly,
Glad to hear that it works. I saw your store it’s really looking good.
If you need any help in the future with store designing, customization, Theme Setup, admin setting etc Please let me know.
I am here : sandeepkhandagade@gmail.com
for you :blush:

Thanks & Regards
Sandeep