Title: Remove Grid Over Header Image
Last modified: August 21, 2016

---

# Remove Grid Over Header Image

 *  Resolved [CrisDP](https://wordpress.org/support/users/crisdp/)
 * (@crisdp)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/remove-grid-over-header-image/)
 * I am working on this new site: [http://www.supernaturalworldview.com/](http://www.supernaturalworldview.com/)
 * I am going to add my own header image to replace the train tracks. I would also
   like to remove the grid filter over the image.
 * 1) Is there an easy way to switch it off?
 * 2) If not, is there a line of code that I can comment out or remove?

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

 *  [divjotsingh_440](https://wordpress.org/support/users/divjotsingh_440/)
 * (@divjotsingh_440)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/remove-grid-over-header-image/#post-4645108)
 * Add the following code to custom CSS-
 *     ```
       #header-image:after {
       display: none;
       }
       ```
   
 *  [Rohit Tripathi](https://wordpress.org/support/users/rohitink/)
 * (@rohitink)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/remove-grid-over-header-image/#post-4645110)
 * Thanks Divjot.
 *  [edujuan](https://wordpress.org/support/users/edujuan/)
 * (@edujuan)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/remove-grid-over-header-image/#post-4645134)
 * If I do not have a Custom CSS, what do I do?
 *  [Ita W](https://wordpress.org/support/users/ita-w/)
 * (@ita-w)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/remove-grid-over-header-image/#post-4645165)
 * I have added the following code; #header-image:after {display:none;}
    to stylesheet
   css, custom-header.php & header.php but got no results. I came across custom 
   css somewhere on the sixteen template but can’t find it now. Any ideas anyone.?
 *  [Ita W](https://wordpress.org/support/users/ita-w/)
 * (@ita-w)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/remove-grid-over-header-image/#post-4645168)
 * Ok..got it.
 *  [Jausan2013](https://wordpress.org/support/users/jausan2013/)
 * (@jausan2013)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/remove-grid-over-header-image/#post-4645191)
 * You have to delete the file “images/overlay.png ” or move it to a different folder
   and the grid is removed. This theme has come issues to put it mildly.
 *  [Jausan2013](https://wordpress.org/support/users/jausan2013/)
 * (@jausan2013)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/remove-grid-over-header-image/#post-4645192)
 * #header-image:after {
    display: none; content: “”; /* background: url(../images/
   overlay.png) repeat; */ top: 0; left: 0; bottom: 0; right: 0; position: absolute;
   z-index: 1; border-bottom: solid 9px #000000; }
 *  [wshoc840](https://wordpress.org/support/users/wshoc840/)
 * (@wshoc840)
 * [12 years ago](https://wordpress.org/support/topic/remove-grid-over-header-image/#post-4645217)
 * yep…removing it seems to be the easiest fix. thanks Jausan2013!
 *  [EllJustin](https://wordpress.org/support/users/elljustin/)
 * (@elljustin)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/remove-grid-over-header-image/#post-4645227)
 * Jausan2013, thank you so much!!

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

The topic ‘Remove Grid Over Header Image’ is closed to new replies.

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

## Tags

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

 * 9 replies
 * 8 participants
 * Last reply from: [EllJustin](https://wordpress.org/support/users/elljustin/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/remove-grid-over-header-image/#post-4645227)
 * Status: resolved