• Hello,

    The header of my site is currently a text link that reads the title of the site, over a background jpg image. I want to remove the text link and the background image, and instead create a header that is a new jpg file image that also contains a link back to the main page.

    Here’s what I did:

    In the css file, I commented out the line:
    /*background: url(images/header.jpg) no-repeat;*/

    In the Page file, I changed:
    <h1>“><?php bloginfo(‘name’); ?></h1>

    To:
    <h1>“><img src=”/images/header6.jpg” align=”right” border=”0″></h1>

    (where header6.jpg is the name of the desired file)

    I uploaded the new files, reloaded the theme, and the only thing that changed was that the background image is gone. The title link is still there. How can I make the changes that I need to?

    Thanks for all of your help,
    Zach

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘changing header image and link’ is closed to new replies.