Change Policy Page Background + Text Colour

Hi,

I have been trying to change the background colour for all my policy pages and it isn’t working. I need it to be #DDB2AF and it is currently white.

I also need all my text, headings and sub headings to be #410016 instead of black.

Is anyone able to help me with this? Thanks

Most policy pages just inherit your theme’s default page styles. Check your theme editor first under Typography or Colors and see if body text/background can be adjusted there.

If that doesn’t work, you’ll need a small CSS tweak. Look for the policy page class (often something like .shopify-policy__container) and override the text and background colors in your theme’s CSS file. Always duplicate the theme before editing so you can roll back if needed.