Additional CSS — color changes
-
Using Additional CSS, I have inserted the below code to emulate Dark Mode for a specific page. I’m only getting the background to change correctly. I can’t get the text to change to white. I’ve also tried Hex but no luck. Thanks.
body.page-id-16694 {
background-image: none;
background-color: black;
color: white;
}The page I need help with: [log in to see the link]
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
The topic ‘Additional CSS — color changes’ is closed to new replies.