helo how i change the colour of those pages, now is white i need black background, seems i cannot find the solution elsewere.
thanks
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 ![]()
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?
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 ![]()
password: baorud
main#MainContent {
background: #000;
color: #fff;
}
main#MainContent h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5 {
color:#fff
}
thanks, this worked!
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. ![]()