Home>Support>full image background header body footer same image

full image background header body footer same image

1st thing sory for title .. i dont know how to explain… but how to make website like this ?

http://www.littleblossom.com.my/

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

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

    Hi sleyer

    In Vantage you’d need to use a combination of background image fields:

    1. Header: Appearance > Customize > Page: Masthead Background Image.

    2. Body: Appearance > Customize > Page: Page Background Image.

    3. Footer: Appearance > Customize > Footer: Footer Background Image.

    Hope that helps.

  2. 9 years, 9 months ago sleyer

    already try. but image not center at all, how to make layout fix size using background size ?

  3. 9 years, 9 months ago Andrew Misplon
    Hi, I Work Here

    You’d need to add those CSS properties via Appearance > Custom CSS. Which background field are you using?

  4. 9 years, 9 months ago Andrew Misplon
    Hi, I Work Here

    Here are the possible options, you’d need to choose one:

    /* Masthead */
    
    header#masthead {
    }
    
    /* Page */
    
    #main {
    }
    
    /* Footer */
    
    #colophon {
    }
    
    /* Boxed Layout Body Background */
    
    body { 
    }
    

    Then add the property you need, for example, if you’re using the Boxed layout and are adding an overall background image, you’d enter the following under Appearance > Custom CSS:

    /* Boxed Layout Body Background */
    
    body { 
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
    }
    

    Ref: http://www.w3schools.com/cssref/pr_background-position.asp.

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