Transparent header in front of slider

Hello there,

Is it possible to set a transparent header to sit in front of the slider, or so the slider sits behind the header? Please see attached image.

Cheers,

Spencer

Hi Spencer,

Thank you for writing in, I see you have both X and PRO.

For PRO you can set your Bar’s Position to Absolute and set the background-color to transparent



For X, add this to Theme Options > CSS, and set your Header background-color to transparent, under Theme Options > {Stack Name}

header.masthead {
	position: absolute;
    width: 100%;
}

Hope it helps,
Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.