Custom css to give different page background color
-
I want a different background page color for different pages and have used this successfully:
.page-id-11 .site-header, .header-default .site-header.fixed-header, .header-side .site-wrapper { background: #d6d6d6; } .page-id-11 .bottom-footer { background-color: #d6d6d6; }
But I have tried a variety of things to change the background color with no success – cannot override the background color setting in customise.
.page-id-11 body.custom-background { background-color: #d6d6d6; } .page-id-11 body { background-color: #d6d6d6; }
[Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]
Both of the above still return the home page background color. Can anyone help?
Thanks.
PS Nice theme, by the way, with expansion pack.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Custom css to give different page background color’ is closed to new replies.