Custom Header Background Graphic

Discussion in 'Local Business WordPress Theme' started by ninjainktheme, Jul 15, 2013.

Thread Status:
Not open for further replies.
  1. ninjainktheme

    ninjainktheme New Member

    Joined:
    Jul 9, 2013
    Messages:
    10
    Likes Received:
    0
    I have read through the forum and got the code that was suggested to put in the cystom css box under style options. However fter putting in the code to change the header background all I get is a white background where the header background should be. Please help! This is the code I am using.

    .header{
    background:none;
    background-image:url('http://bestsacramentopatiocovers.com/wp-content/uploads/2013/07/headerbg.png');
    }
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    We have checked this code in our side, it is working fine with the Local Bussiness Theme.

    You can also try the code given below, paste it in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .header{
    background:none;
    background-image:url('http://bestsacramentopatiocovers.com/wp-content/uploads/2013/07/headerbg.png') ! important;
    }
    This will solve your issue, if not, could you please provide the following information listed below.

    Thread Link: http://www.inkthemes.com/community/threads/custom-header-background-graphic.6046/
    Your Website URL:
    WordPress Username:
    WordPress Password:

    Send this information on our email at [email protected]
    We will check and try to resolve your issue.
     
  3. ninjainktheme

    ninjainktheme New Member

    Joined:
    Jul 9, 2013
    Messages:
    10
    Likes Received:
    0
    Hi , it still did not work the background is still coming out white. I have emailed the information you asked for. Thank you in advance... Leon
     
  4. ninjainktheme

    ninjainktheme New Member

    Joined:
    Jul 9, 2013
    Messages:
    10
    Likes Received:
    0
    Question, does the header graphic need to be a certain size to work? And if so what is that size?
     
  5. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  6. ninjainktheme

    ninjainktheme New Member

    Joined:
    Jul 9, 2013
    Messages:
    10
    Likes Received:
    0
    What size should the header be?
     
  7. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    You can use 952 x 210 pixels (i.e. width: 952px and height: 210px) dimension of image for your header background, it will look fine.
     
  8. ninjainktheme

    ninjainktheme New Member

    Joined:
    Jul 9, 2013
    Messages:
    10
    Likes Received:
    0
Thread Status:
Not open for further replies.

Share This Page