Skip to main content

Header NavBar background colour color transparency pull image under section

Section / edit / Setting

make the header transparent, pull section under header

Then, Add this to the CSS of the top section - (NEW LMEQ website)

/* header menu area transparent black */
.uk-navbar-container:not(.uk-navbar-transparent),
.uk-navbar-transparent {
background-color: rgba(0,0,0,0.5);
}

/* headerbar above menu transparent black */
.tm-headerbar {
background-color: rgba(0,0,0,0.5);
}

 

/* header transparent black */
.uk-navbar-container:not(.uk-navbar-transparent),
.uk-navbar-transparent {
background-color: rgba(0,0,0,0.5);
}

 

  • Hits: 39