Title: clickable header in default 1.6
Last modified: August 19, 2016

---

# clickable header in default 1.6

 *  [magnewil](https://wordpress.org/support/users/magnewil/)
 * (@magnewil)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/clickable-header-in-default-16/)
 * [http://www.aperfectpint.net/blog.php](http://www.aperfectpint.net/blog.php)
   
   I am using the kubrick wordpress default theme 1.6 in version 2.5. I have put
   a logo in the header and turned off the text. Is there some code I can insert
   to make the header clickable with the text turned off?

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/topic/clickable-header-in-default-16/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/clickable-header-in-default-16/page/2/?output_format=md)

 *  [wizardregis](https://wordpress.org/support/users/wizardregis/)
 * (@wizardregis)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/clickable-header-in-default-16/#post-941467)
 * This should work. Replace the `<div id="header"></div>` tag with a `<a id="header"
   href="link"></a>` and remove the content inside header, then in the CSS do this:
 *     ```
       #header {
       	background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
       	display: block;
       	margin: 7px 9px 0;
       	height: 192px;
       	width: 740px;
       	}
       ```
   
 *  Thread Starter [magnewil](https://wordpress.org/support/users/magnewil/)
 * (@magnewil)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/clickable-header-in-default-16/#post-941471)
 * I am clearly doing something wrong. I restored everything, but I really screwed
   it up when I made the changes. I think it probably has to do with the “remove
   content inside header” directive. What do you mean by that? What am I removing?
 *  [wizardregis](https://wordpress.org/support/users/wizardregis/)
 * (@wizardregis)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/clickable-header-in-default-16/#post-941484)
 * The headerimg or whatever it was called. It should just look like this
 *     ```
       ...
       <a id="header" href="link"></a>
       ...
       ```
   
 *  Thread Starter [magnewil](https://wordpress.org/support/users/magnewil/)
 * (@magnewil)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/clickable-header-in-default-16/#post-941510)
 * All that does is totally mess up the formatting. So…here’s what it looks like
   now.
 * > <div id=”header”
   >  onclick=”a.href=”[http://www.aperfectpint.net/blog.php;”](http://www.aperfectpint.net/blog.php;”)
   > style=”cursor: pointer;”> <div id=”headerimg”> <h1>/”><?php bloginfo(‘name’);?
   > ></h1> <div class=”description”><?php bloginfo(‘description’); ?></div> </div
   > > <div id=”headerimg”> <h1>/”><?php bloginfo(‘name’); ?></h1> <div class=”description”
   > ><?php bloginfo(‘description’); ?></div> </div>
 * What should it look like?
 *  [wizardregis](https://wordpress.org/support/users/wizardregis/)
 * (@wizardregis)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/clickable-header-in-default-16/#post-941516)
 *     ```
       <a id="header"
       href="a.href="http://www.aperfectpint.net/blog.php;"></a>
       ```
   
 *  [figaro](https://wordpress.org/support/users/figaro/)
 * (@figaro)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/clickable-header-in-default-16/#post-941519)
 * I believe your url should be [http://www.aperfectpint.net/blog](http://www.aperfectpint.net/blog)
   without the .php on the end.
 * I’m using Kubrick on the site below…if it works like what you want, then view
   the source code and look at the way I have the headerimg div formatted.
 * [http://kentuckyclassroom.org/](http://kentuckyclassroom.org/)
 *  Thread Starter [magnewil](https://wordpress.org/support/users/magnewil/)
 * (@magnewil)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/clickable-header-in-default-16/#post-941520)
 * Okay,so what’s up there now is what happens when I make those changes. As you
   will see, nearly all the theme formatting goes away. Not only is the header not
   clickable, it’s not there.
 *  Thread Starter [magnewil](https://wordpress.org/support/users/magnewil/)
 * (@magnewil)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/clickable-header-in-default-16/#post-941523)
 * figaro,
    I copied and pasted your headerimg div into mine. That brought everything
   back to normal, but it still isn’t clickable.
 *  [figaro](https://wordpress.org/support/users/figaro/)
 * (@figaro)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/clickable-header-in-default-16/#post-941524)
 * Download the zip file at the link below and unzip it. There will be a header.
   php file there. Open it and replace my address with your address…don’t change
   anything else. Then delete your header.php file and upload this one in its place.
 * [http://heraldleader.org/header.zip](http://heraldleader.org/header.zip)
 *  Thread Starter [magnewil](https://wordpress.org/support/users/magnewil/)
 * (@magnewil)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/clickable-header-in-default-16/#post-941526)
 * Okay,did that. I still don’t get a clickable header for some reason…
 * I think it’s broken…:-)
 *  [figaro](https://wordpress.org/support/users/figaro/)
 * (@figaro)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/clickable-header-in-default-16/#post-941528)
 * Hummm…okay, well let’s try this. Look at this site and see if it works. If so,
   then click the link below and download the default.zip file. Unzip it and then
   delete your default theme and replace it with this one. Note…make sure when you
   unzip the folder there isn’t a second default directory nested in the first one…
   if so, just upload the folder containing the theme files.
 * [http://heraldleader.org/default.zip](http://heraldleader.org/default.zip)
 *  Thread Starter [magnewil](https://wordpress.org/support/users/magnewil/)
 * (@magnewil)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/clickable-header-in-default-16/#post-941533)
 * Tried that. That caused problems with the sizing of the image that I probably
   could have fixed, but still didn’t make it clickable.
 *  [figaro](https://wordpress.org/support/users/figaro/)
 * (@figaro)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/clickable-header-in-default-16/#post-941534)
 * Strange…I’m running out for about 30 minutes, but if you want to post contact
   info, I’ll contact you when I get back and if you are hosted on a site with Cpanel
   access, I’ll be happy to take a look at it for you.
 *  Thread Starter [magnewil](https://wordpress.org/support/users/magnewil/)
 * (@magnewil)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/clickable-header-in-default-16/#post-941535)
 * [michael@aperfectpint.net](https://wordpress.org/support/topic/clickable-header-in-default-16/michael@aperfectpint.net?output_format=md)
   
   Don’t know if I have Cpanel or not.
 *  [figaro](https://wordpress.org/support/users/figaro/)
 * (@figaro)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/clickable-header-in-default-16/#post-941572)
 * Well, I’m stumped. I uploaded a completely different theme that works on my sites,
   but still no clickable header on this site.
 * Sorry, maybe someone else has some ideas.

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/topic/clickable-header-in-default-16/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/clickable-header-in-default-16/page/2/?output_format=md)

The topic ‘clickable header in default 1.6’ is closed to new replies.

 * 19 replies
 * 5 participants
 * Last reply from: [sergibosch](https://wordpress.org/support/users/sergibosch/)
 * Last activity: [16 years, 4 months ago](https://wordpress.org/support/topic/clickable-header-in-default-16/page/2/#post-941828)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
