Home>Support>Background Header Top

Background Header Top

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

Hi,
I need to put a background image on top
But, I’m using the free version theme Vantage
It is possible to do this in CSS?
If someone could give me a hand?
Thanks

URL: http://localhost/site/

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 8 months ago Andrew Misplon
    Hi, I Work Here

    Hi Jainsley

    Insert the following into a plugin like Simple Custom CSS:

    /* Masthead */
    
    header#masthead {
    background-image: url("http://localhost/so/wp-content/uploads/2014/09/ujKaaIATKKx7vi5kkfQn__DSC39321.jpg");
    }
    

    Replace my url with yours. Your url can be found in the media library, in the right column when viewing the image.

    If you want the masthead image to cover the area in a responsive manner, try the following in your CSS plugin:

    /* Masthead Background Image Cover */
    
    header#masthead {
    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;
    }
    
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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More