Im kinda lost, I
m trying without any luck to have the header background transparent, I tried so far both options :
1. Transparent header from page option, and tried to push down the contest so the header will not display over the slider, but on top of it.
2. Normal header, and tried to have a transparent background.
thank you,
Hey!
That’s not exactly a “transparent” header, i think it would be better to use an image background, you can use a code like this in the Quick CSS:
.header_bg{
background: url(_img_url_) top center no-repeat transparent;
}
Cheers!
Josue