I’m trying to create a single image landing page with the menu and logo on top image the image. Like this: (link)
Can the be done?
Thanks
Hey covaun!
You can use the Fullscreen Slider or the LayerSlider then add this on your custom.css or Quick CSS to move the content upwards.
.fixed_header #main {
padding-top: 0;
}
You can change the transparency of the header using this:
.header_bg {
opacity: .1;
filter: alpha(opacity=10);
}
Regards,
Ismael
Great. Thanks.
Guess I spoke too soon. It just gives it a normal header.
Link
Nevermind, I got to work.
Ugggg. Sorry back again. How can I only have this effect the homepage. I tried the .page-id-XX, but it’s not working.