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.
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025