Chan ge colour of Refund/Privacy/Contact policy page in Taste theme

helo how i change the colour of those pages, now is white i need black background, seems i cannot find the solution elsewere.

thanks

Hi @colossusaudio

Step 1: Add this CSS in Online Store → Themes → Customize → Theme settings → Custom CSS (or in base.css)

.template-policy {
  background-color: #000 !important;
  color: #fff;
}
.template-policy .rte,
.template-policy p,
.template-policy h1,
.template-policy h2,
.template-policy h3,
.template-policy ul li,
.template-policy a {
  color: #fff !important;
}

.template-policy a {
  text-decoration: underline;
}

Best regards,
Devcoder :laptop:

hi nothing changed when placing in in the Theme settings → Custom CSS

what about placing it in the css using edit code? i mean where i have to place it?

Hi @colossusaudio

Welcome to the Shopify Community! Please share your store URL and password (if it’s password-protected), so I can check and provide you with the exact solution.

Best regards,
Devcoder :laptop:

password: baorud

Hi @colossusaudio

  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:
main#MainContent {
    background: #000;
    color: #fff;
}
main#MainContent h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5 { 
    color:#fff 
}



thanks, this worked!

Hi @colossusaudio

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance. If helpful, please like all posts. :white_check_mark: