HomePage › Forums › Traveler › Adapting the theme › Reply To: Adapting the theme
Hello
You can try this css and change the number to fit your header layout.
@media (min-width: 1200px){
#st_header_wrap_inner {
height: 0px !important;
}
.header-top {
background: transparent;
}
.main_menu_wrap {
margin-top: -55px;
padding-right: 5%;
background: transparent!important;
border-bottom: none!important;
}
header#main-header .main_menu_wrap ul.slimmenu {
width: 60%;
float: right;
}
#menu1 .menu-collapser{
background: transparent;
}
.bg-holder>.bg-mask {
opacity: 0;
}
header#main-header {
background: transparent;
}
.header-top .main-header-search {
display: none !important;
}
.header-top li.top-user-area-lang{
display: none !important;
}
.header-top .col-md-9 {
width: 30%;
float: right;
margin-right: -35px;
}
.header-top .col-md-3 {
z-index: 99;
}
ul.slimmenu li a {
color: #ffffff;
}
ul.slimmenu li .sub-toggle>i{
color: #fff !important;
}
#top_toolbar{
background: transparent !important;
}
ul.slimmenu li ul li a {
background-color: transparent;
}
}
Thanks