This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Vantage Body Background Image not Appearing

11 years ago · Last reply by Andrew Misplon 11 years ago

Hi

I’m trying to set a central single background image which will cover both areas of the header, body and footer.

I used this code from the developers which they gave

/* Background Image Cover */
body {
background-image: url('http://www.pdcsky.com/wp-content/uploads/2014/11/eden_planet.jpg');
background-repeat: no-repeat;
background-position: center center !important;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
/* Vantage Set Page Opacity */
header#masthead {
background: rgba(0, 0, 0, 0.0) !important; 
#main {
background: rgba(0, 0, 0, 0.5) !important; 
}
#colophon {
background: rgba(0, 0, 0, 0.5) !important; 
}

It looks like the header is working fine, but the body and footer are still covered in darkness

http://gyazo.com/2466bf7f2707a6eb85a3b211e4f1d76d

URL: http://www.pdcsky.com/

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff 11 years, 3 months ago

    Hi Peter

    Looking at your url it looks like you’ve managed to resolve this. Thanks for taking the time to search the forum for those snippets.

    Let us know if you still need help on this.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread