How to add background image instead of color?

Discussion in 'VideoCraft WordPress Theme' started by ahoque, Jul 11, 2014.

  1. ahoque

    ahoque Guest

    Joined:
    Jun 13, 2014
    Messages:
    125
    Likes Received:
    1
    Hello, How to add background image instead of color?
     
  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:
     
    div.top_wrapper {
    background: url(ENTER YOUR IMAGE ADDRESS HERE);
    }
    div.video_wrapper.front {
    background: url(ENTER YOUR IMAGE ADDRESS HERE);
    }
    div.content_wrapper {
    background: url(ENTER YOUR IMAGE ADDRESS HERE);
    }
     

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page