Tagged: full screen slider
Is is possible to overlay the menu on the slider, I would like to have a fullscreen slider and removing the header space.
Hey mvietz112!
While doable it would need to be done by a freelance developer to maintain full cross browser compatibility. The initial step will just be giving the background transparency but the position will still need a bit of adjustment:
.header_bg {
background: transparent;
background-color: transparent !important;
}
Cheers!
Devin