Hi,
is it possible to hide header ? example on pic.
![example](http://anit.az/template.png)
2 Answers
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!
Hi Dominic
Please login or Register to submit your answer