Site logo

Archived topic

single page content background color

3 replies · Started by Torsten on March 20, 2019

Viewing posts 1–4 of 4

Hi,
I've been trying to change the content background for the page id 757 with the css below from #ffffff to #cae7e7

.page-id-757 .separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .one-container .container, .separate-containers .paging-navigation, .inside-page-header { background-color: #cae7e7; }

didn't work...
I don't want to change that color all over within the customizer as that would change the text background in the blog section as well. Your support is very much appreciated.
Maybe increase the top and bottom padding above and below the white area as well. Centered would be great!
Thx ahead,
Torsten

Hi there,

that page requires a password, so i can only see the article container which can be changed like so:

.page-id-757.separate-containers .inside-article {
    background-color: #cae7e7;
}

cool, thanks!

You're welcome.

This archived topic is closed to new replies.