Transparent Header Background
Posted: Tue Feb 07, 2012 11:33 pm
Hello,
I'm using OC 1.5.0, default template.
I have a simple background on my site. I also have a small store logo in the header. I simply want to make the header area transparent so the site's background image shows where there is currently a white header going across the top. I do still want my site logo to be there, but just on top of a transparent header.
I tried changing the stylesheet.css #header to a couple of things but it didn't work. I tried:
header {
height: 90px;
margin-bottom: 7px;
padding-bottom: 4px;
position: relative;
z-index: 99;
background: no-repeat scroll 0 0 transparent;
and also
background: transparent;
I don't really know how to do this, I'm just trying things I have found in the forum.
Thanks
I'm using OC 1.5.0, default template.
I have a simple background on my site. I also have a small store logo in the header. I simply want to make the header area transparent so the site's background image shows where there is currently a white header going across the top. I do still want my site logo to be there, but just on top of a transparent header.
I tried changing the stylesheet.css #header to a couple of things but it didn't work. I tried:
header {
height: 90px;
margin-bottom: 7px;
padding-bottom: 4px;
position: relative;
z-index: 99;
background: no-repeat scroll 0 0 transparent;
and also
background: transparent;
I don't really know how to do this, I'm just trying things I have found in the forum.
Thanks