Hi, I’m working on a new website and our client wants a full screen background on all pages (the same one on each) - not just to appear around the very edges outside the content - and I’ve found a thread on your old forum which is a few years old and I’ve followed the instructions but can’t get it to work! The content I’ve added in Cornerstone appears underneath the background image!
The link to the thread is: https://theme.co/apex/forums/topic/create-fullscreen-background-image-on-any-page/
I’ve got a maintenance page on at the minute but have enabled the pass code, so I’ll put that in the private note.
What I’ve done so far is this:
- Created a full screen slider with Rev Slider
- On the Home page in Cornerstone, added it to ‘Slider Settings: Below Masthead’
- Added this CSS to the Custom CSS area:
/* Home – header transparent for fullscreen bg image */
.page-id-4.x-navbar-fixed-top-active .masthead {
position: absolute;
top: 0;
width: 100%;
height: 0px;
}
.page-id-4.x-navbar-fixed-top-active .x-navbar {
background-color: transparent;
border-bottom:none;
}
.x-logobar {
background-color:transparent;
}
.page-id-4.x-navbar-fixed-top-active .x-navbar.x-navbar-fixed-top {
background-color:#ffffff;
border-bottom:1px solid #ccc;
}
.page-id-4.x-navbar-fixed-top-active .x-navbar-wrap {
height: 0;
}
.page-id-4.x-navbar {
background-color: transparent;
border:0;
}
Hope you can help!
Thanks!