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.
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025