Trouble changing content background
-
Hi-
There’s a ton of posts out there about changing the content area background color, but none seem to address this problem:
I want to have different content background colors for different static pages. In the <body> section of my CSS, I added:
body.page-id-2 {
color: #hex;
;
}but that just changes the text color…
background-color: #hex changes the exterior content color. Any idea what I’m doing wrong?
Thanks so much!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Trouble changing content background’ is closed to new replies.