Title: Edit Header Template
Last modified: August 22, 2016

---

# Edit Header Template

 *  Resolved [BuildMyWeb](https://wordpress.org/support/users/buildmyweb/)
 * (@buildmyweb)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/edit-header-template/)
 * I would like to edit the layout in the header area. i imagine there is a template
   file somewhere i can edit but cant seem to find it. searches are leading to css
   edits for specific element display:none; type stuff but id really like more control
   over all of the header HTML.

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

 *  [wooassist](https://wordpress.org/support/users/wooassist/)
 * (@wooassist)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/edit-header-template/#post-5635268)
 * Hi BuildMyWeb,
 * The content for the header part is handled by the `storefront_header` action 
   hook.
 * You can view all the functions added to that hook on `storefront\inc\structure\
   header.php`
 * hooks are being added at `storefront\inc\structure\hooks.php`
 * If you’re not familiar with action hooks, please check [http://codex.wordpress.org/Plugin_API/Action_Reference](http://codex.wordpress.org/Plugin_API/Action_Reference)
 * Hope this helps.
 *  [James Koster](https://wordpress.org/support/users/jameskoster/)
 * (@jameskoster)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/edit-header-template/#post-5635306)
 * As [@wooassist](https://wordpress.org/support/users/wooassist/) says, you can
   find the functions hooked into the header here: [https://github.com/woothemes/storefront/blob/master/inc/structure/header.php](https://github.com/woothemes/storefront/blob/master/inc/structure/header.php)
 * You’ll notice these functions are all pluggable, so if you want to just change
   the markup you can simply redefine them in your child themes functions.php file.
   Or you can unhook / hook your own functions back in.
 * Alternatively, if you don’t want to touch any code, check out our [Storefront Designer](http://www.woothemes.com/products/storefront-designer/)
   extension which includes some header layout options.
 *  [trevorbuchan](https://wordpress.org/support/users/trevorbuchan/)
 * (@trevorbuchan)
 * [11 years ago](https://wordpress.org/support/topic/edit-header-template/#post-5635537)
 * How do I take the repeat Header image off. It repeats on both the X and Y axis.
   
   Any information would be great
 *  [James Koster](https://wordpress.org/support/users/jameskoster/)
 * (@jameskoster)
 * [11 years ago](https://wordpress.org/support/topic/edit-header-template/#post-5635538)
 * [@trevorbuchan](https://wordpress.org/support/users/trevorbuchan/) Your question
   is totally unrelated to the original post. Please create a new topic.

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

The topic ‘Edit Header Template’ is closed to new replies.

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

 * 4 replies
 * 4 participants
 * Last reply from: [James Koster](https://wordpress.org/support/users/jameskoster/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/edit-header-template/#post-5635538)
 * Status: resolved