Title: Remove WordPress menu
Last modified: February 4, 2021

---

# Remove WordPress menu

 *  [pats4892](https://wordpress.org/support/users/pats4892/)
 * (@pats4892)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/remove-wordpress-menu-2/)
 * Hi! Is there a way to remove the menu that I use for the website across all app
   pages? I want to display just the native menu I created for the app. Currently
   the app is displaying both 🙃
 * Thanks!

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

 *  Plugin Author [Amauri](https://wordpress.org/support/users/amauric/)
 * (@amauric)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/remove-wordpress-menu-2/#post-14003914)
 * sure, that’s possible with a CSS rule.
 * Give me the website url and I’ll give you the rule to put on the wpmobile plugin
   > CSS and Javascript > In the app > CSS.
 *  Thread Starter [pats4892](https://wordpress.org/support/users/pats4892/)
 * (@pats4892)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/remove-wordpress-menu-2/#post-14004051)
 * [https://yardsperfantasy.com/](https://yardsperfantasy.com/)
 * Thank you!!
 *  Plugin Author [Amauri](https://wordpress.org/support/users/amauric/)
 * (@amauric)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/remove-wordpress-menu-2/#post-14004431)
 *     ```
       div#header-mobile {
           display: none;
       }
       ```
   

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

The topic ‘Remove WordPress menu’ is closed to new replies.

 * ![](https://ps.w.org/wpappninja/assets/icon-256x256.png?rev=2215187)
 * [WPMobile.App](https://wordpress.org/plugins/wpappninja/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpappninja/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpappninja/)
 * [Active Topics](https://wordpress.org/support/plugin/wpappninja/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpappninja/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpappninja/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Amauri](https://wordpress.org/support/users/amauric/)
 * Last activity: [5 years, 3 months ago](https://wordpress.org/support/topic/remove-wordpress-menu-2/#post-14004431)
 * Status: not resolved