Add a picture to the Header

Discussion in 'Infoway WordPress Theme' started by pdonov, May 18, 2013.

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

    pdonov New Member

    Joined:
    May 7, 2013
    Messages:
    16
    Likes Received:
    0
    I saw that you can add instead of the pager header . I have tried with the code and I cannot get it am I doing it right
    .page-heading{
    background-image: http://dflahertylaw.com/?attachment_id=25:;
    background-repeat: no-repeat;
    height:100px;
    }
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  3. pdonov

    pdonov New Member

    Joined:
    May 7, 2013
    Messages:
    16
    Likes Received:
    0

    Attached Files:

  4. 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:
    .page-heading {
    background: none;
    background-image: url(Enter your image address);
    background-position: 20px;
    }
    Adjust its position value as per your requirements.
     
  5. pdonov

    pdonov New Member

    Joined:
    May 7, 2013
    Messages:
    16
    Likes Received:
    0
    How can I adjust the size? Everything is fine I just want to make it bigger.
    Thank you
     
  6. pdonov

    pdonov New Member

    Joined:
    May 7, 2013
    Messages:
    16
    Likes Received:
    0
    Never mind I was able to figue it out

    Thanks, It is going to look great.
     
Thread Status:
Not open for further replies.

Share This Page