Title: Remove header box
Last modified: January 24, 2022

---

# Remove header box

 *  Resolved [themathers](https://wordpress.org/support/users/themathers/)
 * (@themathers)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/remove-header-box/)
 * Hi,
    I am not using the search box or anything in the header box, so I disabled
   them. But the box is still shown which leaves two layers of gradient colors. 
   Could someone advise me how to remove it? If it can’t be removed, then it’d also
   be great if I can set it to transparent. Thanks a lot. Doug

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

 *  Thread Starter [themathers](https://wordpress.org/support/users/themathers/)
 * (@themathers)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/remove-header-box/#post-15282393)
 * Providing an image for the query.
    [https://photos.app.goo.gl/BYeAzGZ3yPaNEiCb9](https://photos.app.goo.gl/BYeAzGZ3yPaNEiCb9)
 *  Thread Starter [themathers](https://wordpress.org/support/users/themathers/)
 * (@themathers)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/remove-header-box/#post-15282896)
 * This image would be more clear to pinpoint the element(s) which I want to remove/
   disable.
    [https://photos.app.goo.gl/oaUSsCRWpKCCcpHN7](https://photos.app.goo.gl/oaUSsCRWpKCCcpHN7)
 *  Theme Author [Alexander Agnarson](https://wordpress.org/support/users/alxmedia/)
 * (@alxmedia)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/remove-header-box/#post-15292390)
 * Try adding this in Customize > Additional CSS:
 *     ```
       .wrap-content-top { display: none; }
       .wrap-content { padding-top: 10px; }
       .s1 { margin-top: 0; }
       ```
   
 * and:
 *     ```
       @media only screen and (max-width: 719px) {
       .site-title { border-bottom: 1px solid transparent; }
       }
       ```
   
 *  Thread Starter [themathers](https://wordpress.org/support/users/themathers/)
 * (@themathers)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/remove-header-box/#post-15293671)
 * Hi Alex, thank you so much for your help, the issues are resolved. Have a good
   day!

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

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

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

 * 4 replies
 * 2 participants
 * Last reply from: [themathers](https://wordpress.org/support/users/themathers/)
 * Last activity: [4 years, 4 months ago](https://wordpress.org/support/topic/remove-header-box/#post-15293671)
 * Status: resolved