Hi!
I wanted to turn all pages (also policy pages) background in black and fonts in white.
I used this code and put it in the base.css file (using Dawn):
}
.shopify-policy__body, .shopify-policy__title h1, .shopify-policy__body h1, .shopify-policy__body h2 {
color: white !important;
}
main#MainContent {
background: #000000 !important;
}
This change is also affecting the Review App I am using - “MyAppGurus Product Reviews”.
Any suggestion how I can change the code or put it somewhere else to not affect the app?
Thank you in advance! ![]()