Hide header in mobile doesn’t work
-
Hi,
I tried to hide the header with the following code, witch works on desktop, but on mobile doesn’t work. Please, can you provide the solution for this?
Thanks
/* Hide Header */
.main-navigation, .logged-in .site-header {
display: none;
}
.logged-in .main-navigation {
display: block;
}
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Hide header in mobile doesn’t work’ is closed to new replies.