Hide header on mobile

Is there a way to hide the header on mobile?


I tried the following but that also hides the Revolution slider slideshow, which apparantly is part of the header I guess.


@media only screen and (max-width: 767px) {

   #Header { display: none !important; }

}

Comments

Sign In or Register to comment.