Title: Header image link using Journalist?
Last modified: August 19, 2016

---

# Header image link using Journalist?

 *  Resolved [webmakerholly](https://wordpress.org/support/users/webmakerholly/)
 * (@webmakerholly)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/header-image-link-using-journalist/)
 * Hi,
 * There are lots of queries about how to add a link to a header graphic, but I 
   can’t seem to find the answer I’m looking for. I’m using the theme Journalist,
   which doesn’t have a header div. Instead, I’ve got the image in my #container
   H1 div. Can anyone recommend how I would add a link to that image? My url is:
   [http://www.26mertonroad.com/](http://www.26mertonroad.com/)
 * Thank you so much.
    ps I’m a newbie, so please be specific when telling me where
   to put lines of code.

Viewing 11 replies - 1 through 11 (of 11 total)

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/header-image-link-using-journalist/#post-2041709)
 * You already have a graphic in your header area…
 *  Thread Starter [webmakerholly](https://wordpress.org/support/users/webmakerholly/)
 * (@webmakerholly)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/header-image-link-using-journalist/#post-2041721)
 * Yes, I have a graphic. I would like to add a link to that graphic to make it 
   link back to the homepage. Any suggestions? Thanks!
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/header-image-link-using-journalist/#post-2041757)
 * Drop a copy of your theme’s header.php file into the [WordPress pastebin](http://wordpress.pastebin.com/)
   and post the pastebin url here.
 *  Thread Starter [webmakerholly](https://wordpress.org/support/users/webmakerholly/)
 * (@webmakerholly)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/header-image-link-using-journalist/#post-2041765)
 * I hope this works:
 * [http://pastebin.com/GBDYJJTX](http://pastebin.com/GBDYJJTX)
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/header-image-link-using-journalist/#post-2041769)
 * [http://pastebin.com/hU3zJtKW](http://pastebin.com/hU3zJtKW)
 * Then edit style.css and change:
 *     ```
       #container h1 a {
           color: #FF3300;
           text-decoration: none;
           visibility: hidden;
       }
       ```
   
 * to:
 *     ```
       #container h1 a {
       color: #FF3300;
       text-decoration: none;
       display:block;
       height:300px;
       width:950px;
       }
       container h1 a span {
       display:block
       position:absolute;
       top:-9999px;
       left:-9999px;
       }
       ```
   
 * That should do it.
 *  Thread Starter [webmakerholly](https://wordpress.org/support/users/webmakerholly/)
 * (@webmakerholly)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/header-image-link-using-journalist/#post-2041787)
 * OK, that’s awesome. That works perfectly…except for one big glaring problem. 
   Now I have a big grey box right under the header. Please take a look. [http://www.26mertonroad.com/](http://www.26mertonroad.com/)
 * Thank you for your help so far!
 *  Thread Starter [webmakerholly](https://wordpress.org/support/users/webmakerholly/)
 * (@webmakerholly)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/header-image-link-using-journalist/#post-2041788)
 * OK, nevermind, I figured it out, it was my footer that somehow got up in there
   and was stretched out really tall. Anyway, it’s all good. Thanks for helping 
   me out with this banner link. I’ve been tearing my hair out trying to get it 
   to work for the last 2 days. Take care!
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/header-image-link-using-journalist/#post-2041789)
 * I suggest you start by getting rid of the banner markup you added.
 *  Thread Starter [webmakerholly](https://wordpress.org/support/users/webmakerholly/)
 * (@webmakerholly)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/header-image-link-using-journalist/#post-2041790)
 * Oh wait, one more little thing. It shows the name of the blog at the top left
   corner of the banner now… how do I get rid of that?
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/header-image-link-using-journalist/#post-2041791)
 * Sorry – there was a typo in the second CSS block above. It should be:
 *     ```
       #container h1 a span {
       display:block;
       position:absolute;
       top:-9999px;
       left:-9999px;
       }
       ```
   
 *  Thread Starter [webmakerholly](https://wordpress.org/support/users/webmakerholly/)
 * (@webmakerholly)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/header-image-link-using-journalist/#post-2041792)
 * Aha, and it was missing a semi-colon after the display:block
 * It’s perfect now. No more mark-up. Thanks again!

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Header image link using Journalist?’ is closed to new replies.

## Tags

 * [header image](https://wordpress.org/support/topic-tag/header-image/)
 * [link](https://wordpress.org/support/topic-tag/link/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 11 replies
 * 2 participants
 * Last reply from: [webmakerholly](https://wordpress.org/support/users/webmakerholly/)
 * Last activity: [15 years, 1 month ago](https://wordpress.org/support/topic/header-image-link-using-journalist/#post-2041792)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
