[Resolved] Hide Mobile Menu on Landing Pages

Home Forums Support [Resolved] Hide Mobile Menu on Landing Pages

Home Forums Support Hide Mobile Menu on Landing Pages

  • This topic has 3 replies, 3 voices, and was last updated 5 years ago by Leo.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #847005
    Danny

    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.

    Mobile view

    #847042
    Tom
    Lead Developer
    Lead Developer

    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 🙂

    #847069
    Danny

    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.

    #847076
    Leo
    Staff
    Customer Support

    I’ve edited Tom’s CSS.

    Can you give it another shot?

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.