Non Repeating background image

Discussion in 'Local Business WordPress Theme' started by bconley, Feb 11, 2014.

  1. bconley

    bconley New Member

    Joined:
    Oct 23, 2012
    Messages:
    24
    Likes Received:
    0
    I have tried the following code found within this forum but my image does not start until half way down the page. I need at the top.

    html, body {
    background: url(Enter Your Image Address Here) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    }

    http://96.30.16.104/~dmhome/
     
  2. Gourav

    Gourav Support Staff

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

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

    Code:
    html, body {
    background: url(http://96.30.16.104/~dmhome/wp-content/uploads/2014/02/blue-bg2.jpg) 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;
    } 
    This will solve your issue.

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page