Hello there.
I’m trying to change the content background colour (not header, footer… none of that…. just the content, text area) on one specific page (using a child theme). The page has images, so I want a darker background then the rest of the pages, which have text.
I have tried quite a number of combinations in the style.css, none of which worked (obviously). The following are currently failing to achieve the desired effect:
.page-id-75 .site {
background-color: #403C3C”;
}
.page-id-75 .entry-container {
background-color: #403C3C”;
}
.page-id-75 .container {
background-color: #403C3C”;
}
.page-id-75 .entry-content {
background-color: #403C3C”;
}
.page-id-75 .container {
background-color: #403C3C”;
}
Any tips??
Thanks a million!