Full Site Background

Posted in: Newspaper
Post count: 3

I would like to have a single background image that shows through to my whole site. I have searched the docs and forum and surprisingly cannot find any information. How difficult would this be to support? Any information would be greatly appreciated.

Image showing red boxes where I’d like the background to show through.

NewsPaper background not showing through

  • This topic was modified 10 years by EricElf.
Post count: 23312

Hello EricElf,

Unfortunately, our theme does not have such an option for your desire but for achieving that thing, you have to use a bit of CSS code. Please try the code below and add it in Theme panel->Custom CSS area. First of all, you have to set a background image from Theme panel->Background settings like this -> http://screencast.com/t/RXxTvYLrZduW

The code is ->

.td-main-content-wrap {
background-color: transparent;
}
.td-header-menu-wrap-full {
background-color: transparent;
}
.td-footer-wrapper {
background-color: transparent;
}
.post {
background-color: transparent;
}
.td-banner-wrap-full, .td-header-menu-wrap-full {
background-color: transparent;
}

The result you should see here -> http://screencast.com/t/WqdqLx3j4

Hope this helps!

Thank you for the message!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.