Anar Alikhanov
asked 8 years ago

Hi,
is it possible to hide header ? example on pic.
![example](http://anit.az/template.png)

2 Answers
DominicStaff
answered 8 years ago

You can add the following code to the style.css file:

.home .banner.cover {

 min-height: 50px;
}

.home .banner .header-inner {

 display: none;

}

@media (max-width: 767px) {

.home .banner.cover {

 min-height: 60px !important;

 }

}

If you have any issue, you can send me username & password of your site for further checking.
Hope this helps!

Anar Alikhanov
answered 8 years ago

Hi Dominic

Powered by DW Question & Answer Pro