Change header picture on inside page

Discussion in 'Foogo Pro WordPress Theme' started by kcherry, Apr 19, 2015.

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

    kcherry New Member

    Joined:
    Jul 15, 2013
    Messages:
    8
    Likes Received:
    0
    Is it possible to change the picture on the inside pages so they are different from the home page?
     
  2. sameerwalkar

    sameerwalkar Guest

    Hello,

    Kindly use the below code mentioned in the highlighted area in the screenshot shown. Also in background use your own image url :
    Code:
      <?php if ( !is_front_page() ) {?><style>#header {
      background: url(http://localhost/wordpress/wp-content/uploads/2015/04/download-1.jpg);
      position: relative;
    }</style> <?php }?>
    foogo-background-image.png

    Hope it will solve your issue. Let me know if have further any doubts.
     
  3. hheijnis

    hheijnis Member

    Joined:
    Mar 27, 2012
    Messages:
    51
    Likes Received:
    0
    Hello! I wanted to do the same and changed my header.php file exactly as you described including a reference to my own image. However, nothing changes...

    Any idea? Thanks,

    Heleen
     
  4. sameerwalkar

    sameerwalkar Guest

    Hello,

    Kindly check have you changed the background URL image path in the code provided.
     
  5. hheijnis

    hheijnis Member

    Joined:
    Mar 27, 2012
    Messages:
    51
    Likes Received:
    0
    Yes, I did change the image url path.
     
  6. sameerwalkar

    sameerwalkar Guest

  7. hheijnis

    hheijnis Member

    Joined:
    Mar 27, 2012
    Messages:
    51
    Likes Received:
    0
    Yes it worked, thanks!
     
Thread Status:
Not open for further replies.

Share This Page