No repeat background image

Discussion in 'Andrina WordPress Theme' started by csutherland, Jun 12, 2013.

Thread Status:
Not open for further replies.
  1. csutherland

    csutherland New Member

    Joined:
    May 29, 2013
    Messages:
    3
    Likes Received:
    0
    How do I specify a non-repeat background image?
    Thank you.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Firstly go to

    Appearance > Theme Option > General Settings > Body Background Image

    and remove background image from there.

    Now,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    body,html {
    background: url(Enter your image address) no-repeat center center fixed!important;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
    } 
     
  3. csutherland

    csutherland New Member

    Joined:
    May 29, 2013
    Messages:
    3
    Likes Received:
    0
    Thank you so much! So wonderful to know you are there for us!

     
Thread Status:
Not open for further replies.

Share This Page