Viewing 2 replies - 1 through 2 (of 2 total)
  • This code is the cause:

    #page-wrap {
        background: url('images/classic-background-narrow.png') top center repeat-y;
    }

    And here’s the solution, just add it to your custom CSS area or child theme’s CSS file:

    #page-wrap {
        background: none;
    }
    Thread Starter jrodrig

    (@jrodrig)

    Wow, that simple? You would think I could of found it in the many other posts on this, but no such luck. I was actually curious about that code, but I read it as the background for my website, not the header.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Getting rid of white header background’ is closed to new replies.