Title: Custom Header
Last modified: August 21, 2016

---

# Custom Header

 *  [klwp](https://wordpress.org/support/users/klwp/)
 * (@klwp)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/custom-header-45/)
 * I’m wondering if anyone knows how I can edit the custom CSS to remove the navigation
   box at the top of the page as well as enlarge and center the logo icon so it 
   appears as a full sized header.
 * My URL is oneelevenmissoula.com
    Thanks!

Viewing 1 replies (of 1 total)

 *  [Rocco Aliberti](https://wordpress.org/support/users/d4z_c0nf/)
 * (@d4z_c0nf)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/custom-header-45/#post-4763147)
 * Take a look here: [http://www.themesandco.com/snippet/center-header-block-items/](http://www.themesandco.com/snippet/center-header-block-items/)
   
   You can figure out how to center and enlarge the logo and how to don’t display
   the navbar at all. About this last point, a simple way to do that in css is adding
   this to your custom css or your child theme style.css:
 *     ```
       .navbar-wrapper.clearfix {
       display: none;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Custom Header’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [Rocco Aliberti](https://wordpress.org/support/users/d4z_c0nf/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/custom-header-45/#post-4763147)
 * Status: not resolved