How do you put the background picture at the top?

Discussion in 'ClassiCraft WordPress Theme' started by calvinhon, May 12, 2013.

  1. calvinhon

    calvinhon Member

    Joined:
    Apr 1, 2013
    Messages:
    105
    Likes Received:
    3
    Hi Support,

    I'd like to put a cover picture at the top just like this website:
    Sample URL : http://filipinosg.com

    thanks,
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Create your own header background image of dimensions 990 x160 pixels and upload it from the media library in your dashboard, copy the URL of that image.
    Now,Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    .wrapper {
    background: #ffffff url(Paste the background image URL here) no-repeat top left;
    }
    This will solve your issue.
     
  3. calvinhon

    calvinhon Member

    Joined:
    Apr 1, 2013
    Messages:
    105
    Likes Received:
    3
    Hi Piyush,
    Do I do it like this? sorry, i'm not technically good. See attached.
    Am I doing it wrong? please show me a step-by-step guide.

    Thanks,
     

    Attached Files:

  4. Gourav

    Gourav Support Staff

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

    Just go to
    Settings > Theme options > Styling Options > Custom CSS
    and paste your code there.

    Sending image for reference

    [​IMG]


    This will solve your issue.
     
  5. calvinhon

    calvinhon Member

    Joined:
    Apr 1, 2013
    Messages:
    105
    Likes Received:
    3
  6. Gourav

    Gourav Support Staff

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

    No, it is not correct code, add your image address in round bracket().

    For example:

    Code:
    .wrapper {
    background: #ffffff url (http://www.isniffy.com/?attachment_id=15) no-repeat top left;
    }
     
    phils likes this.
  7. calvinhon

    calvinhon Member

    Joined:
    Apr 1, 2013
    Messages:
    105
    Likes Received:
    3
    oh i see. Let me try tonight and revert back to you once i'm home.
    Thanks.
     
  8. sooraj

    sooraj Member

    Joined:
    Jun 10, 2013
    Messages:
    181
    Likes Received:
    1
    Location:
    India
    i try this method but background image not loaded.
     
  9. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard instead of above previous code.

    Code:
    .wrapper {
    background: #ffffff url (http://www.isniffy.com/wp-content/uploads/2013/03/sticker375x360.png) no-repeat top left;
    } 
    This will solve your issue.
     

Share This Page