Viewing 3 replies - 1 through 3 (of 3 total)
  • you could try and add this to custom.css:

    #header {background-color:transparent;}

    which gives you a transparent header, but with the white background of #page-wrap showing.

    if you additionally add:

    #page-wrap {background-color:transparent;}

    you have your transparent header, but also a transparent content and side area.

    you could add:

    #content, .single {background-color: #fff;}

    but this still leaves the side area transparent (no easy solution for that)

    Thread Starter chanarmstrong

    (@chanarmstrong)

    Thanks for your help!

    oh wow thanks so much! my header is now transparent, but the side bar is still full white. im also trying to get my content background transparent. (and side bar) would you be able to help? I’m using mantra.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CSS Style Transparent’ is closed to new replies.