Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
I’m using the dawn theme.How can i change the text color in the description of the product it is light grey and you can’t see nothing.Thank you
Solved! Go to the solution
This is an accepted solution.
Hi @Garef78,
Please try the code below to change the color of the text in your product description. If this does work, please provide your website so we can provide a code that is appropriate for you.
1. From you Admin page, go to Online store > Themes > Click the three dots on the theme you want to edit > Edit code
2. Go to Asset folder and open the base.css file
3. At very end of the code, add the code below
.product__description.rte {
color: #000;
}
This is an accepted solution.
Hi @Garef78,
Please try the code below to change the color of the text in your product description. If this does work, please provide your website so we can provide a code that is appropriate for you.
1. From you Admin page, go to Online store > Themes > Click the three dots on the theme you want to edit > Edit code
2. Go to Asset folder and open the base.css file
3. At very end of the code, add the code below
.product__description.rte {
color: #000;
}
This did not work for me. I need help.
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025