• Resolved austone

    (@austone)


    Hi,
    Great plugin!

    How can I hide Mobile Menu on selected pages, using CSS (page-id-# class)?

    Plus, is there a possibility to show the mobile menu only when the page goes below the fold? Reason is, above the fold I have a slider with a menu, and I’d like that the Mobile Menu will not interfere with it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Rui Guerreiro

    (@takanakui)

    Hi,

    You can hide with css using the code below, but it will still load he WP Mobile Menu scritps and resources. There is an option in the Pro version that totally shuts it down in the specified pages.

    Here goes an css example to hide it in 2 pages that you can place in the custom css field inside the general settings. Just replace the ids with your page id’s and add more sequences to the css to hide more pages.

    .page-id-15849 .mob-menu-header-holder, .page-id-15850 .mob-menu-header-holder{
        display: none;
    }
    .page-id-15849 .mobmenu-push-wrap, .page-id-15850 .mobmenu-push-wrap {
        padding-top: 0px;
    }

    Let me know the result.

    Plugin Author Rui Guerreiro

    (@takanakui)

    Will close the topic for now. If you need further help just let me know.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide Mobile Menu on certain pages’ is closed to new replies.