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?
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 \
@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
