Title: Header
Last modified: August 22, 2016

---

# Header

 *  Resolved [soulstrut](https://wordpress.org/support/users/soulstrut/)
 * (@soulstrut)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/header-99/)
 * Hello there. I really like your theme. I was wondering if You could help me with
   the header. Basically I want the header to have just the picture (my own), without
   search window and sliding home button. I was messing with the code, but couldn’t
   achieve what I was looking for. Thanks in advance.

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

 *  Theme Author [TT Themes](https://wordpress.org/support/users/tomastoman/)
 * (@tomastoman)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/header-99/#post-5551188)
 * Hi,
 * you can hide the header search form through “Theme Options > Header Settings 
   > Display Search Form”. If you would like to hide the whole area above the menu
   box, please insert the following CSS code into “Theme Options > Other Settings
   > Custom CSS”:
 * `#wrapper .header-content {display: none;}`
 * Then, you can set your custom header image in “Appearance > Header” panel.
 * To hide the home button within the menu bar, please use the following Custom 
   CSS:
 * `#wrapper .link-home {display: none;}`
 * Or, use this CSS to hide the whole menu bar:
 * `#wrapper .menu-box {display: none;}`
 * I hope that my answer will be helpful for you.
 * Best regards,
    Tomas Toman
 *  Thread Starter [soulstrut](https://wordpress.org/support/users/soulstrut/)
 * (@soulstrut)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/header-99/#post-5551211)
 * Wow! It worked. Is there a way to make header image clickable (home button)? 
   Thank you for you time!
 *  Theme Author [TT Themes](https://wordpress.org/support/users/tomastoman/)
 * (@tomastoman)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/header-99/#post-5551213)
 * The easiest way how to achieve it is to set your header image as a “logo” in “
   Theme Options > Header Settings > Logo URL” (instead of setting it in “Appearance
   > Header”). If you set a header logo through Theme Options, it will automatically
   refer to your homepage.
 * By default, there is a white padding around the logo image. To remove it (so 
   the logo will be displayed in the same way as the header image – across the entire
   width of the page), please use the following Custom CSS:
 * `html #wrapper .header-content {padding: 0; width: 100%;}`
 * Also, if you have used it, please delete the following Custom CSS which I have
   posted above (otherwise the logo can’t be displayed):
 * `#wrapper .header-content {display: none;}`
 * Best regards,
    Tomas Toman

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

The topic ‘Header’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/brickyard/2.0.3/screenshot.png)
 * BrickYard
 * [Support Threads](https://wordpress.org/support/theme/brickyard/)
 * [Active Topics](https://wordpress.org/support/theme/brickyard/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/brickyard/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/brickyard/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [TT Themes](https://wordpress.org/support/users/tomastoman/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/header-99/#post-5551213)
 * Status: resolved