Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1090150

    Hi, I want to hide the menu on specific pages and have added this code in quick CSS.

    .page-id-13463 .main_menu { display: none; }

    This works but only on desktop view. How can I hide the menu on specific pages also on mobile view?
    Thanks Dietmar

    #1090196

    Hey pumpmakers,

    Adjust the css to this:

    .page-id-13463 .main_menu, .page-id-13463 .av-hamburger { display: none; }

    Best regards,
    Jordan Shannon

    #1090342

    Hi Jordan, thank you – it works!

    #1090510

    Hi,

    Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1090633

    Hi Rikard, thanks you can close it.

    #1090839

    Hi,

    Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Hide mobile menu on specific pages’ is closed to new replies.