HomePage › Forums › Traveler › How to transparent header? › Reply To: How to transparent header?
Hello
This is the code for you.
@media (min-width: 1200px){
.home #st_header_wrap_inner-sticky-wrapper {
height: 0px !important;
}
.home .header-top {
background: transparent;
}
.home .main_menu_wrap {
background: transparent!important;
border-bottom: none!important;
}
}
Also this layout only support with screen larger than 1366x768px.
Thanks