Tagged: enfold
Hi,
We have a site where we need to use another background color on on blog posts and static pages.
So I need the following:
* Pages use streteched layout with background color #a8c1ce
* Posts uses boxed layout where the content is on white background and whats outside the boxed area is #a8c1ce.
How can I fix this? If its not posible. How can I only set a diffrent background color for post/pages?
Best regards,
Thomas
Hey Thomas!
It is possible, start setting-up the site with a stretched layout and background of #a8c1ce, then create a Post with some content and post a link to it here.
Regards,
Josue
Hey!
Try adding this code to the Quick CSS:
.single #main > .container_wrap > .container {
background-color: white;
padding: 0 50px !important;
}
Cheers!
Josue