Page Headers

Discussion in 'Infoway WordPress Theme' started by jkalitz, May 1, 2013.

  1. jkalitz

    jkalitz New Member

    Joined:
    Jan 21, 2013
    Messages:
    4
    Likes Received:
    0
    How can I replace the page headers with a pic? I would like to do this for all of my pages?
     

    Attached Files:

  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:
    .page-heading{
    background-image:url(http://localhost/wordpress/wp-content/uploads/2013/04/button21.jpg);
    background-repeat: no-repeat;
    height:100px;
    }
    Adjust its height as per your requirements.
     
  3. jkalitz

    jkalitz New Member

    Joined:
    Jan 21, 2013
    Messages:
    4
    Likes Received:
    0
    Thanks... I want a different pic for each page, is there a code I add on to distinguish which page?
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.
     

Share This Page