Shopify themes, liquid, logos, and UX
I want to change colours of text on my all policy pages I have a background of black so I want white text
URL https://lokel.in/policies/terms-of-service
Solved! Go to the solution
This is an accepted solution.
Update the code to this:
<style>
body {
color: #fff;
}
</style>
This will update the text on all pages not just policy pages.
Hope this helps!
★ Need help with your store? Feel free to reach out ★
https://www.futuremerce.com
hello@futuremerce.co
Hi there,
Add the following code to your theme.liquid file just before the </body> tag to solve that issue.
<style>
.shopify-policy__title, .shopify-policy__body {
color: #fff !important;
}
</style>
This will change the color of the text to white across all of your policy pages.
Thanks,
Blake
★ Need help with your store? Feel free to reach out ★
https://www.futuremerce.com
hello@futuremerce.co
This Is Happening On All Pages
I want all pages text to be white not only policy pages
This is an accepted solution.
Update the code to this:
<style>
body {
color: #fff;
}
</style>
This will update the text on all pages not just policy pages.
Hope this helps!
★ Need help with your store? Feel free to reach out ★
https://www.futuremerce.com
hello@futuremerce.co
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