Changing the text colour of policy page without affecting back to top button

Topic summary

A user is seeking to change the font color on their policy/legal pages from gold to a different color (likely black or another shade) without affecting other elements that use the same gold color, specifically the \

Summarized with AI on November 19. AI used: claude-sonnet-4-5-20250929.

The primary text colour of my site is gold which I use for the colour of the back to top button and text blocks. Is there any way I can change the font colour on the policy/legal pages without affecting the button on the right side?

@Eartha
Can you please put below code into base.css file (online store->themes->base.css)

.shopify-policy__body .rte {
    color: black !important;
}
2 Likes

hey how can I change the color of the headings as well