Trying to change the colour of my sales price and product description

The current colour of my sales price and product description are brownish red and I am trying to change them to black, thank you!

@leejr0216
Hi,

Welcome to Shopify Community.
Kindly Share your Store Url.
So that We can help you.

Thank you.

Hello @leejr0216 ,

Sorry, you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Hi,

It’s https://thesweetspot21.com
Thank you!

@leejr0216 ,

  1. Go to Online Store->Theme->Edit code
  2. Asset->theme.scss->paste below code at bottom of file
.price-item, .rte, .store-availability-information p {
    color: #000000 !important;
}

Hi Wahab,

I have tried but the code is not working for me.

I do not have a theme.scss file, I do however have a theme.css and a theme.js file

@leejr0216 ,

Place this code at the bottom of theme.css file.

Hi Wahab,

Thank you for the help my sales price is now in black colour but the product description is still in brown.

I also had to paste the code twice for it to you if it is worth mentioning.

@leejr0216 ,

also, paste the following code

.product-single__description.rte>p {
    color: #000000 !IMPORTANT;
}
.product-single__description.rte>p {
    color: #000000 !important;
}

Add this code in theme.scss or theme.css