Title: Full Header Is Clickable
Last modified: August 22, 2016

---

# Full Header Is Clickable

 *  Resolved [Joe](https://wordpress.org/support/users/twostuds/)
 * (@twostuds)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/full-header-is-clickable/)
 * Using WP 4.1
 * What do I have to add or change to make it so only the logo is clickable and 
   not the whole header.
 * Also. If I add a widget to the header it gets added above the logo. I’m guessing
   this is due to the whole header being a clickable area.
 * Any help would be most appreciated.
 * here’s a link to my site if it’ll help figure out whats up. [http://www.TwoStudsandAHammer.com](https://wordpress.org/support/topic/full-header-is-clickable/www.TwoStudsandAHammer.com?output_format=md)

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

 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/full-header-is-clickable/#post-5601907)
 * Hey there twostuds, hope you’re well today!
 * This can be done by adding some custom CSS. The easiest way to do that, if your
   theme doesn’t already have custom CSS tab, would be to add it in your site using
   the following plugin
 * [http://wordpress.org/plugins/simple-custom-css](http://wordpress.org/plugins/simple-custom-css)
 * Once the plugin is installed and activated you can add this code to Appearance
   >> Custom CSS:
 *     ```
       img#header-img {
       float: left;
       }
       ```
   
 * This should remove the link from the header and make it clickable only on the
   image.
 * Let me know if this helps 🙂
 * Best regards,
    Bojan
 *  Thread Starter [Joe](https://wordpress.org/support/users/twostuds/)
 * (@twostuds)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/full-header-is-clickable/#post-5602042)
 * Thank you kindly for your assistance, Bojan. Worked perfectly!

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

The topic ‘Full Header Is Clickable’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/magazine-basic/3.0.8/screenshot.
   png)
 * Magazine Basic
 * [Support Threads](https://wordpress.org/support/theme/magazine-basic/)
 * [Active Topics](https://wordpress.org/support/theme/magazine-basic/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/magazine-basic/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/magazine-basic/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [Joe](https://wordpress.org/support/users/twostuds/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/full-header-is-clickable/#post-5602042)
 * Status: resolved