Why are my policy pages suddenly showing as blank on Dawn theme?

so i have added my polices to my footer and but when you click the link the page is blank, they used to work but suddenly they arent, i have checked everything, why is this?

theme:dawn

website:desire-online.net

Hi @jakegrieveson ,

This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.

While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:

  1. Go to Online Store β†’ Theme β†’ Edit code
  2. Open your theme.liquid file
  3. Paste below code before :

Best regards,

Anthony

Hi @jakegrieveson
Got to theme customize and change color in theme setting

Hello there,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
.shopify-policy__container p,h1,h2,h3,h4,h5,h6,span,a, li,td,tr{
color: #000;
}