Can I add a Background image?

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by scarn8881, May 8, 2014.

  1. scarn8881

    scarn8881 Guest

    Joined:
    Jan 15, 2013
    Messages:
    41
    Likes Received:
    0
    Can I and if so, how, do I add a background image to the website?
     
  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:
     
    body, html{
    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;
    } 
    .content_wrapper .page-content{
    background:none;
    } 

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page