Title: Remove header menu border
Last modified: August 31, 2016

---

# Remove header menu border

 *  Resolved [sinton](https://wordpress.org/support/users/sinton/)
 * (@sinton)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/remove-header-menu-border/)
 * Hi all,
 * I wish to remove the border outline of the header menu. I’ve already tried the
   advice given [here](https://wordpress.org/support/topic/how-to-delete-border-between-menu-and-header?replies=7)
   with no luck. Any help would be greatly appreciated!

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

 *  [ptravassos](https://wordpress.org/support/users/ptravassos/)
 * (@ptravassos)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/remove-header-menu-border/#post-7036769)
 * This should work:
 *     ```
       #nav-topbar.nav-container{
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
       }
       ```
   
 *  Thread Starter [sinton](https://wordpress.org/support/users/sinton/)
 * (@sinton)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/remove-header-menu-border/#post-7036775)
 * Hi ptravassos,
 * Thank you for your help. I pasted that into my child style.css but didn’t work.
   [Here](http://seton.me/) is the link to my site if this is of any use.
 *  [ptravassos](https://wordpress.org/support/users/ptravassos/)
 * (@ptravassos)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/remove-header-menu-border/#post-7036777)
 * My mistake, should be #nav-header not #nav-topbar
 *     ```
       #nav-header.nav-container{
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
       }
       ```
   
 *  Thread Starter [sinton](https://wordpress.org/support/users/sinton/)
 * (@sinton)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/remove-header-menu-border/#post-7036792)
 * Hi ptravassos,
 * Unfortunately, that didn’t work either. Any other ideas?
 *  Thread Starter [sinton](https://wordpress.org/support/users/sinton/)
 * (@sinton)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/remove-header-menu-border/#post-7036852)
 * Hi ptravassos,
 * Thank you very much. Your code worked perfectly, my issue was that cloudfare 
   was caching my stylesheet so I wasn’t seeing the changes live.
 * Header border now gone.
 * Resolved!
 *  [ptravassos](https://wordpress.org/support/users/ptravassos/)
 * (@ptravassos)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/remove-header-menu-border/#post-7036862)
 * Good to know

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

The topic ‘Remove header menu border’ is closed to new replies.

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

 * 6 replies
 * 2 participants
 * Last reply from: [ptravassos](https://wordpress.org/support/users/ptravassos/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/remove-header-menu-border/#post-7036862)
 * Status: resolved