Single WordPress page won’t change background color
-
Hello,
I made my website’s background a dark color via the Style tab, but want to make blog posts on a dedicated page with a white background. I’ve tried various additional CSS codes to try to change this one page’s background color, but nothing has worked. Here are a few pieces of code I’ve tried:
.post-id-4637 {background-color: #99E8D0 !important;}
body.page.page-id-4637 {
background-color: #99E8D0 !important;
}
I’ve tried changing the “post-id” to “page-id”, “pageid”, and every variation in between to no avail. The !important also doesn’t have an effect. I’ll worry about changing the HEX code later.
Any suggestions are gladly welcome.
Thank you,
kaitlinkma
The page I need help with: [log in to see the link]
- The topic ‘Single WordPress page won’t change background color’ is closed to new replies.