How can I modify product description text color in the dawn theme?

Solved

How can I modify product description text color in the dawn theme?

Garef78
Visitor
1 0 1

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

Accepted Solution (1)

made4Uo
Shopify Partner
3873 718 1217

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;
}

 

 

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free

View solution in original post

Replies 2 (2)

made4Uo
Shopify Partner
3873 718 1217

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;
}

 

 

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free
Tee324
Visitor
2 0 0

This did not work for me. I need  help. 

Tee324_0-1691633877813.png