Font color product description Change

Topic summary

A user is attempting to change the font color of product descriptions on their Shopify store (purasmile.it) but previous CSS solutions haven’t worked.

Proposed Solution:

  • Add custom CSS to the end of the base.css file via Shopify Admin β†’ Online Store β†’ Theme β†’ Edit code
  • Suggested code snippet:
.product__description p, .product__description span{color:#ff0000 !important;}
  • The color value can be adjusted as needed

Current Status:
The discussion remains open. The original poster acknowledged the suggestion but the helper cannot verify if the code was successfully implemented, requesting confirmation of the addition.

Summarized with AI on November 3. AI used: claude-sonnet-4-5-20250929.

Hi everybody,

I am trying to change the color of the product description and I have not been able to, I have tried with some codes that I have found in other questions but it does not work.
Can you help me with that?

Thank you!

www.purasmile.it

@Juanchila0 - please add this css to the very end of your base.css file and check,
Shopify Admin β†’ Online Store ->Theme β†’ Edit code β†’ base.css

change color shade to your needed one

.product__description p, .product__description span{color:#ff0000 !important;}

Hi @suyash1 ,

Thanks for the answer.

.

1 Like

@Juanchila0 - i can not see the code added, can you please add it again?