hi there
I have added a background image as a header - see http://www.re-trend.no/test/ - however the logo disappeared. Can anyone let me know how to make it come back? I tried to play around with z-index values, with no much luck!
In order to add the background image to the header I used this coding in the "quick CSS" box (in the theme options):
#header .container {
visibility: hidden;
}
#header {
background-image: url("http://www.re-trend.no/test/wp-content/themes/abundance/images/top-pattern.jpg");
background-repeat: repeat;
position:relative;
z-index:1;
}
I think it is the "visibility hidden" I set up for #header .container. But if I don't use that I cannot see the background.
Any help would be much appreciated!














