Hi
I’m trying to make the entire site have an orange background.
The background colour is set in the theme options and I have this css but the non cornerstone pages still have a white background. This code works but I still have white lines showing above and below the title of the page.
site, .x-site {
background-color: #fd8b2e !important;
}
div#top {
background-color: #f0f0f0;
}
footer.x-colophon.top {
background-color: #f0f0f0;
}
footer.x-colophon.bottom {
background-color: #f0f0f0;
}
