Archived topic
Hide Mobile Menu on Landing Pages
3 replies · Started by Danny on March 22, 2019
Hello, how do I hide the custom mobile logo, apply now button and hamburger menu icon for pages I am using as landing pages in mobile and tablet view? Below is a screenshot of my mobile website.

Hi there,
We can do this with some CSS.
To target a specific page, we need to find its ID.
In your case, your CSS would be:
body.page-id-6804 #mobile-header {
display: none !important;
}
Let me know if you need more info :)
Hey Tom, thanks for the quick response. the css didn't work for me. it could be the php another developer did for me to make the mobile menu look the way I wanted to.
I've edited Tom's CSS.
Can you give it another shot?