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
Hello,
Please, try the following code instead:
Thanks
Thanks! That works!
And what if you'd like to remove the header completely on all platforms? Tried to find a setting but couldn't.
Sorry, but I do not understand.
What platforms you are talking about?
Thanks
Sorry for being unclear, I mean everywhere, so on mobile, desktop, tablet, notebook, etc.
Basically disable the header all together.
To achieve that, you need to only remove the media queries from the previous code. It should look like this:
Thanks
Ah, that makes sense of course, didn't think of that!
Thanks for pointing me into the right direction Phil!
No problem. ?
If there is anything I could help you with, please, let me know.
Thanks