Hello,
anyone know how to make my header background transparent?
http://www.sandpitcrew.com/blog
Thanks.
Hello,
anyone know how to make my header background transparent?
http://www.sandpitcrew.com/blog
Thanks.
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)
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.
This topic has been closed to new replies.