Change text colour of product description in Studio theme 13.0.1

hello! I have my colours set up for branding but I want to change the text colour from my selected red to black in the product description. Im using Studio theme 13.0.1 Thanks!

Hi @ilaandalice

Would you mind to share your store URL? Please let me know which product description? Thanks!

Sure and thanks :slightly_smiling_face: It’s www.ilaandalice.com
That’s the kicker, I am trying to change all the product descriptions to black while leaving the other text red.

Thanks for the info, check this one.

From your Shopify admin dashboard, click on “Online Store” and then “Themes”.

Find the theme that you want to edit and click on “Actions” and then “Edit code”.

In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

.product__description.rte.quick-add-hidden {
    color: black;
}

And Save.

Result:

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

OMG! It worked! thank you! I have spent ages trying to figure this out. I am thrilled and can’t thank you enough.
Brilliant :slightly_smiling_face:

ps- thank you donation sent.