Change header

Discussion in 'Appointway WordPress Theme' started by pauljw, Aug 2, 2013.

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

    pauljw Member

    Joined:
    May 31, 2013
    Messages:
    392
    Likes Received:
    3
    Hi,
    I want to create a new header in paint.net and upload it to my site.

    I can't find the 'replace header' or 'upload new header' option.

    Can you tell me how do upload a new header plese.

    Thanks,

    Paul.
     
  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:
    .header_container {
    background: url(Enter your image address here);
    }
     
  3. pauljw

    pauljw Member

    Joined:
    May 31, 2013
    Messages:
    392
    Likes Received:
    3
    Thank you for getting back to me. Unfortunatley, I am doing it wrong.

    I am inserting my image like this at the moment and it is not showing on the site.

    .header_container {
    background: url(C:UsersIvanDesktopTest logo 1.png);
    }

    Can you show me what I have done wrong please,
    Thanks
    Paul.
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    You are putting wrong image address there.
    S0, Upload your image in the dashboard from the Media > Add New Panel and copy the URL adress from there.

    See the image for reference.

    [​IMG]

    And then paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .header_container {
    background: url(Paste that image address here);
    }
    This will solve your issue.
     
  5. pauljw

    pauljw Member

    Joined:
    May 31, 2013
    Messages:
    392
    Likes Received:
    3
    Thats great, Thanks very much, Paul.
     
Thread Status:
Not open for further replies.

Share This Page