Title: remove border on my header
Last modified: August 21, 2016

---

# remove border on my header

 *  [ludas](https://wordpress.org/support/users/ludas/)
 * (@ludas)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/remove-border-on-my-header/)
 * Im using a theme called iGaming, not sure if it matters…
 * Anyway, I’m having this problem with a border showing on my header..
 * Any1 know if there is any chance to remove it? I think it should be somewhere
   in the code…
 * [http://fuskbugg.se/dl/4RnAMU/ns.png](http://fuskbugg.se/dl/4RnAMU/ns.png)

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

 *  [Thimothe](https://wordpress.org/support/users/wcube/)
 * (@wcube)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/remove-border-on-my-header/#post-4225573)
 * Do you have a live version of your site ? It would make it easier to find out
   why the border is showing.
 * If it really is a border, you could create a [child theme](http://codex.wordpress.org/Child_Themes)
   and then apply custom css to that element to remove the border.
 * For example:
    `#header{border: none;}`
 * Let me know if you need more help.
 *  Thread Starter [ludas](https://wordpress.org/support/users/ludas/)
 * (@ludas)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/remove-border-on-my-header/#post-4225579)
 * What you mean? agatanslan.webatu.com/wordpress
 * Yeah, not sure it’s a border… Still can’t fix it..
 *  Thread Starter [ludas](https://wordpress.org/support/users/ludas/)
 * (@ludas)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/remove-border-on-my-header/#post-4225580)
 * I’m also a beginner of wordpress and doing websites so… Any help would be cool
 *  [Thimothe](https://wordpress.org/support/users/wcube/)
 * (@wcube)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/remove-border-on-my-header/#post-4225598)
 * That bar is actually the menu background. The image there is your logo which 
   is too big and skews the display.
 * If you go in [custom css](http://en.support.wordpress.com/custom-design/css-basics/),
   you’ll be able to paste this and it should solve your issue
 * `.menu-secondary-container{clear:both;}`
 *  Thread Starter [ludas](https://wordpress.org/support/users/ludas/)
 * (@ludas)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/remove-border-on-my-header/#post-4225605)
 * THanks for tryin to help me but this is the code for the 2ndary menu:
 *     ```
       /* Menu Secondary
       ----------------------------*/
   
       .menu-secondary-container {
           position:relative;
           height: 38px;
           z-index: 300;
           background: url(images/menu-secondary-bg.png) left top repeat-x;
       }
   
       .menu-secondary {}
   
       .menu-secondary ul {
           min-width: 160px;
   
       }
   
       /* First Level - Menu Secondary */
       .menu-secondary li a {
           color: #FFFFFF;
           padding: 13px 15px ;
       	text-decoration: none;
           font-family: 'Oswald', sans-serif;
           font-size: 12px;
           text-transform: uppercase;
           font-weight: normal;
           text-shadow: 0 1px 0 #000000;
       }
   
       .menu-secondary li a:hover, .menu-secondary li a:active, .menu-secondary li a:focus,
       .menu-secondary li:hover > a, .menu-secondary li.current-cat > a, .menu-secondary li.current_page_item > a, .menu-secondary li.current-menu-item > a {
           color: #FFFFFF;
           background: url(images/menu-secondary-bg.png) left -138px repeat-x;
           outline: 0;
           text-shadow: 0 1px 0 #753300;
       }
   
       /* Child Levels - Menu Secondary */
   
       .menu-secondary li li a {
       	color: #fff;
           background: #DF6C1D;
           padding: 10px 15px;
           text-transform: none;
           margin: 0;
           font-weight: normal;
           text-shadow: none;
       }
   
       .menu-secondary li li a:hover, .menu-secondary li li a:active, .menu-secondary li li a:focus,
       .menu-secondary li li:hover > a, .menu-secondary li li.current-cat > a, .menu-secondary li li.current_page_item > a, .menu-secondary li li.current-menu-item > a {
       	color: #fff;
           background: #E9841D;
           outline: 0;
           text-shadow: none;
       }
   
       /* Arrows - Menu Secondary */
   
       .menu-secondary a.sf-with-ul {
           padding-right: 26px;
           min-width: 1px;
       }
       .menu-secondary  .sf-sub-indicator {
           position: absolute;
           display: block;
           overflow: hidden;
           right: 0;
           top:  0;
           padding: 12px 13px 0 0;
       }
   
       .menu-secondary li li .sf-sub-indicator {
   
           padding: 9px 13px 0 0;
       }
   
       /* Shadows - Menu Secondary */
   
       .wrap-menu-secondary .sf-shadow ul {
           background:	url('images/menu-secondary-shadow.png') no-repeat bottom right;
       }
   
       /* =POST
       -------------------------------------------------------------- */
       ```
   
 *  Thread Starter [ludas](https://wordpress.org/support/users/ludas/)
 * (@ludas)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/remove-border-on-my-header/#post-4225608)
 * i just tried to write: .menu-secondary-container{clear:both;}
 * didnt work.. am I doin something wrong?
 *  Thread Starter [ludas](https://wordpress.org/support/users/ludas/)
 * (@ludas)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/remove-border-on-my-header/#post-4225617)
 * and now I guess I scrwed up big time..
 * my site is down saying: Parse error: syntax error, unexpected ‘.’ in /home/a3287153/
   public_html/wordpress/wp-content/themes/iGaming/lib/menu-secondary.php on line
   7
 * is there anything I can do to atleast get it back up? 🙂
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 7 months ago](https://wordpress.org/support/topic/remove-border-on-my-header/#post-4225632)
 * Try [http://jobs.wordpress.net/](http://jobs.wordpress.net/) or [http://directory.codepoet.com/](http://directory.codepoet.com/)
   for urgent support.
 *  Thread Starter [ludas](https://wordpress.org/support/users/ludas/)
 * (@ludas)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/remove-border-on-my-header/#post-4225636)
 * still got problems, site still down..
 *  Thread Starter [ludas](https://wordpress.org/support/users/ludas/)
 * (@ludas)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/remove-border-on-my-header/#post-4225642)
 * The site is back-up.
 * “That bar is actually the menu background. The image there is your logo which
   is too big and skews the display.
 * If you go in custom css, you’ll be able to paste this and it should solve your
   issue
 * .menu-secondary-container{clear:both;}”
 * didnt solve my problem, the god damn bar is still there.. any suggestions?
 *  [Thimothe](https://wordpress.org/support/users/wcube/)
 * (@wcube)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/remove-border-on-my-header/#post-4225658)
 * Hi Ludas,
 * Your site still has issues, the main page doesn’t seem to be present. Which other
   modifications have you done ? Can you try to revert them. It seems like you changed
   things and no longer have an index.php file in your web root.
 * You can play directly with the theme files but make sure you have a working backup
   before doing so if you are unsure of what you are doing. It will save you a lot
   of time if something goes wrong.
 * Let me know when the site is running again so I can further assist you.
 * [@andrew](https://wordpress.org/support/users/andrew/) Nevins, thanks for the
   resources you posted.
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/remove-border-on-my-header/#post-4225659)
 * **[@ludas](https://wordpress.org/support/users/ludas/)** – you may not be aware
   of this but the theme you are using is not released under the [GPL licensing](http://wordpress.org/about/license/)
   requirements of WP – so it’s not supported here at all. You really should reconsider
   using a theme that is consistent with WP policy and philosophy. This may also
   be enlightening –
 * [http://www.chipbennett.net/2010/12/10/only-download-wordpress-themes-from-trusted-sources/](http://www.chipbennett.net/2010/12/10/only-download-wordpress-themes-from-trusted-sources/)

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

The topic ‘remove border on my header’ is closed to new replies.

 * 12 replies
 * 4 participants
 * Last reply from: [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/remove-border-on-my-header/#post-4225659)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
