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

    (@takanakui)

    Hi,

    I checked your site and it seems you are already adding a specific css class after scrolling.

    Do you still need our help? Let us know so we can help you out.

    Thread Starter okidoki21

    (@okidoki21)

    yes actually,
    i use mystickymenu plugin and use the plugin feature, but the plugin is only contain one css class so i only can hide .mobmenu class when the page is scroll down and the menu still appear.
    maybe can you help me to make the menu hide also?

    Plugin Author Rui Guerreiro

    (@takanakui)

    In the case to hide everything add this code below to the custom css option in the General options tab.

    .mob-menu-header-holder.mobmenu.myfixed {
        display: none;
    }

    Clear the browser cache and test again.

    Thread Starter okidoki21

    (@okidoki21)

    it work! thanks for your help ??

    Plugin Author Rui Guerreiro

    (@takanakui)

    No problem. Glad It’s sorted.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘hide menu when scroll down’ is closed to new replies.