Different Background for blog posts

Hey guys,

My client has a static fixed background behind contained content that they want to keep on their new development, so I have applied the background in the customiser - content - background settings which works well globally for the pages. However when it comes to their blog and archives I’m unable to add a contained background colour to the content (incl sidebar) area. With archives I have no control at all as the page builder doesn’t work - do you have any ideas what I can do?

I tried removing the background and manually applying to pages, but multiple rows meant it didn’t sit right.

I’m stumped what to do, any ideas bb team?

Thanks Kat

[Content Hidden]

Hey Kat,

The only way around that would be to use Custom CSS. The snippets below should do the trick!

.single .fl-page-content .container, .archive .fl-page-content .container {
  padding: 0px 20px;
  background: #FFF;
}

Ben

Big thanks Ben, I had tried to target .fl-post but only half covered it! Slowly getting o grips with bb css structure.

Kat

Hey Kat,

No worries! Have fun with BB! :slight_smile:

Ben