Title: hide menu when scroll down
Last modified: April 11, 2018

---

# hide menu when scroll down

 *  Resolved [okidoki21](https://wordpress.org/support/users/okidoki21/)
 * (@okidoki21)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/hide-menu-when-scroll-down/)
 * Hi, how to make menu hide when page scroll down?
    i’ve use your advise from this
   [https://wordpress.org/support/topic/hide-the-menu-as-visitors-scroll/](https://wordpress.org/support/topic/hide-the-menu-as-visitors-scroll/)
   but the menu is hide when user open the page, not scroll down the page. can you
   help me?
 * thanks.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fhide-menu-when-scroll-down%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Author [Rui Guerreiro](https://wordpress.org/support/users/takanakui/)
 * (@takanakui)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/hide-menu-when-scroll-down/#post-10171955)
 * 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](https://wordpress.org/support/users/okidoki21/)
 * (@okidoki21)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/hide-menu-when-scroll-down/#post-10172730)
 * 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](https://wordpress.org/support/users/takanakui/)
 * (@takanakui)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/hide-menu-when-scroll-down/#post-10173201)
 * 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](https://wordpress.org/support/users/okidoki21/)
 * (@okidoki21)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/hide-menu-when-scroll-down/#post-10175102)
 * it work! thanks for your help 🙂
 *  Plugin Author [Rui Guerreiro](https://wordpress.org/support/users/takanakui/)
 * (@takanakui)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/hide-menu-when-scroll-down/#post-10176039)
 * 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.

 * ![](https://ps.w.org/mobile-menu/assets/icon-128x128.png?rev=1890426)
 * [WP Mobile Menu - The Mobile-Friendly Responsive Menu](https://wordpress.org/plugins/mobile-menu/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mobile-menu/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mobile-menu/)
 * [Active Topics](https://wordpress.org/support/plugin/mobile-menu/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mobile-menu/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mobile-menu/reviews/)

## Tags

 * [hide menu](https://wordpress.org/support/topic-tag/hide-menu/)

 * 5 replies
 * 2 participants
 * Last reply from: [Rui Guerreiro](https://wordpress.org/support/users/takanakui/)
 * Last activity: [8 years, 2 months ago](https://wordpress.org/support/topic/hide-menu-when-scroll-down/#post-10176039)
 * Status: resolved