Shopify themes, liquid, logos, and UX
Hi! We are in need of a way to change all product descriptions to white text (since we have a black background).
Solved! Go to the solution
This is an accepted solution.
Hey @gphey
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
.product__section--desc.rte * {
color: white !important;
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
Hey @gphey,
Can you share the link to your store?
Hello! Here is a preview link https://2ea0cchfk7smugoq-68630053184.shopifypreview.com
This is an accepted solution.
Hey @gphey
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
.product__section--desc.rte * {
color: white !important;
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
Perfect! Thank you.
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