Title: Suffusion Header Bos
Last modified: August 19, 2016

---

# Suffusion Header Bos

 *  [hello1212](https://wordpress.org/support/users/hello1212/)
 * (@hello1212)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/suffusion-header-bos/)
 * Does anyone know if it’s possible to delete the Header Outline? Here’s my site:
   whatsinyours.com. I just need the light grey header box to “disappear” and to
   eventually blend into the white background like TeganandSara.com ‘s website.
 * Thanks as always in advance.
 * Cheers.

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/suffusion-header-bos/#post-1395214)
 * Try editing gray-1.css and deleting `border:1px solid #C0C0C0;` from:
 *     ```
       #wrapper {
       background-color:#F0F0F0;
       border:1px solid #C0C0C0;
       }
       ```
   
 * and:
 *     ```
       #nav {
       border-bottom:1px solid #C0C0C0;
       }
       ```
   
 * Then editing style.css and deleting `border:1px solid #008000;` from:
 *     ```
       #wrapper {
       background-color:#EDF3E6;
       border:1px solid #008000;
       margin:20px auto;
       padding:10px;
       position:relative;
       width:1000px;
       }
       ```
   
 * and `border-bottom:1px solid #009000;` from:
 *     ```
       #nav {
       border-bottom:1px solid #009000;
       font-size:15px;
       }
       ```
   
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/suffusion-header-bos/#post-1395217)
 * edit grey-1.css and set the border style of #wrapper to border:none;
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/suffusion-header-bos/#post-1395222)
 * Doh! 😉
 * Do the same on #nav in grey-1.css.
 *  [Sayontan Sinha](https://wordpress.org/support/users/sayontan/)
 * (@sayontan)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/suffusion-header-bos/#post-1395258)
 * I would suggest that instead of editing the CSS files use the “Custom Styles”
   option under Suffusion Theme Options -> Blog Features -> Custom CSS, JavaScript&
   RSS. Put in:
 *     ```
       #wrapper {
           border: none;
       }
       #nav {
           border-bottom: none;
       }
       ```
   
 * That way if you upgrade the theme your settings are preserved and you will not
   have to make the edit again.
 *  Thread Starter [hello1212](https://wordpress.org/support/users/hello1212/)
 * (@hello1212)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/suffusion-header-bos/#post-1395262)
 * Okay my theme selection was already set on grey-1, I clicked on editor, and then
   deleted the color and typed:
    #wrapper { border: none; background-color: none;
 * But the light grey edges/border lines are still there. What am I missing?
 * Much appreciated.
 *  [Sayontan Sinha](https://wordpress.org/support/users/sayontan/)
 * (@sayontan)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/suffusion-header-bos/#post-1395276)
 * Can you post your URL here? As I mentioned in my post, you might want to use 
   the “custom styles” option.
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/suffusion-header-bos/#post-1395314)
 * [@hello1212](https://wordpress.org/support/users/hello1212/)
    whatever you have
   done, you have **not **edited and saved grey-1.css – the grey border is still
   in there:
 *     ```
       #wrapper {
       	border: 1px solid #c0c0c0;
       	background-color: #f0f0f0;
       }
       ```
   
 * check your settings, and be aware of any error messages you might get when saving
   the changes afer editing the style in grey-1.css.
 * or go with the suggestion of @santoyan and add the style:
 *     ```
       #wrapper {
       	border: none;
       	background-color: transparent;
       }
       ```
   
 * into the ‘custom styles ‘options
 *  Thread Starter [hello1212](https://wordpress.org/support/users/hello1212/)
 * (@hello1212)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/suffusion-header-bos/#post-1395397)
 * Okay I tried for a third time today using both alchymyth & sayontan’s method.
   Still the grey borders remain. My website is whatsinyours.com. Please help.
 * Oh by the way according to wordpress my “file edited successfully” when I clicked
   update file after typing in:
 * > #wrapper {
   >  border: none; background-color: transparent; }
 * Alchymyth is there something you’re able to see that I’m not?
 * Thanks again.
 *  Thread Starter [hello1212](https://wordpress.org/support/users/hello1212/)
 * (@hello1212)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/suffusion-header-bos/#post-1395398)
 * Never mind, I tried your method again Santoyan and it worked!!! I typed in the
   info. in the header section instead and it obviously didn’t work.
 * Thanks again for your help!!!

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

The topic ‘Suffusion Header Bos’ is closed to new replies.

## Tags

 * [header](https://wordpress.org/support/topic-tag/header/)
 * [suffusion](https://wordpress.org/support/topic-tag/suffusion/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 9 replies
 * 4 participants
 * Last reply from: [hello1212](https://wordpress.org/support/users/hello1212/)
 * Last activity: [16 years, 2 months ago](https://wordpress.org/support/topic/suffusion-header-bos/#post-1395398)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
