Image as main background

Discussion in 'ColorWay WordPress Theme' started by rlculver, Jan 23, 2013.

  1. rlculver

    rlculver New Member

    Joined:
    Dec 31, 2012
    Messages:
    19
    Likes Received:
    0
    Hi,

    I would like to put an image as the main background.

    When I do, the image is split up into sections.

    How do I resolve this issue?

    Thank You
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  3. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    body {
    background: url(Your image address) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    }
    
     

Share This Page