Please how do i hide mobile menu on landing page
-
I can’t hide mobile menu on mobile landing page, unless on desktop view.
I added this code to custom CSS
@media only screen and (max-width: 959px) {
#site-header {
display: none;
}
}But it affected all my mobile pages.
Please how do i hide mobile menu pages per page on oceanwp
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Please how do i hide mobile menu on landing page’ is closed to new replies.