• this is my site: link

    I trying to get the header background transparent so you can see through completely and there’s the background image. The header is a PNG file.

    I tried every method on google and this forums and the nearest I got was transparent background, but transparent body too.
    Then another method made the header and body transparent, and other command attached the body colored, but not how I want it to be. I want only the header above the nav-menu to be transparent.

    Many thanks

Viewing 1 replies (of 1 total)
  • This should cover your needs.
    The last block changes the bottom part of the footer to match the color of the rest.

    #page {
        background: transparent;
    }
    #primary {
        background: #0f0f0f;
    }
    #main {
        background: #0f0f0f;
    
    }
    #colophon {
        background: #0f0f0f;
    }
    #access {
        margin-bottom: 0;
    }
    #site-generator {
        background: #0f0f0f;
    }

Viewing 1 replies (of 1 total)

The topic ‘[Theme: Twenty Eleven] Transparent Header Background’ is closed to new replies.