Title: Submenu open
Last modified: April 11, 2024

---

# Submenu open

 *  Resolved [wpprup](https://wordpress.org/support/users/wppraesenz/)
 * (@wppraesenz)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/submenu-open/)
 * Hello,
   I would like to have the submenu(s) in an opened state when opening the
   mobile menu. Thus, staying with the opportunity of the parent link closing and
   opening the submenu just like it is now; just initially opened.Thanks for a hint
   how to do that! Best wishes!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fsubmenu-open%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)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/submenu-open/#post-17708968)
 * Hi [@wppraesenz](https://wordpress.org/support/users/wppraesenz/) ,
 * Try to add the code below in the custom JS field in General-> Advanced options
 *     ```wp-block-code
       jQuery( document ).ready(function() {
         jQuery('.mobmenu-content .sub-menu').show();   
       });
       ```
   
 *  Thread Starter [wpprup](https://wordpress.org/support/users/wppraesenz/)
 * (@wppraesenz)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/submenu-open/#post-17709361)
 * Dear Rui,
   thank you very much, that works perfectly! Now seeing the open submenu
   I do not like the look… 😉 It is _very_ demanding, I know, to ask for more, but
   is there a way that the submenus always stay open, cannot be closed and so the
   ugly arrow to close/open the submenu can be totally removed? I checked all the
   options, this support page and the documentation on your website but did not 
   find a clue to this option. Sorry, if I missed something.Best wishes!
 *  Plugin Author [Rui Guerreiro](https://wordpress.org/support/users/takanakui/)
 * (@takanakui)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/submenu-open/#post-17719342)
 * Hi,
 * Add the code below to the custom CSS option.
 *     ```wp-block-code
       .mob-expand-submenu {
           display: none;
       }
       ```
   
 * That should sort it. Clear the cache and test again.
 *  Thread Starter [wpprup](https://wordpress.org/support/users/wppraesenz/)
 * (@wppraesenz)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/submenu-open/#post-17719740)
 * Worked fine again! 🙂 Thank you very much!!!
   You are the best. If I had not reviewed
   the plugin/you with five stars years ago, I would do it at least now. Only thing
   left is an update of my review…Best wishes and please stay with this level of
   support. 🙂 PS. Perhaps you could open a thread on top here, in it collecting
   the codes you share here, so one could find codes without asking you or at least
   you could link to it in your answer – if this was lesser work for you…All the
   best!
 *  Plugin Author [Rui Guerreiro](https://wordpress.org/support/users/takanakui/)
 * (@takanakui)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/submenu-open/#post-17722083)
 * Thanks for the kinds words. Apreciate the update of your already nice previous
   review.

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

The topic ‘Submenu open’ 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/)

 * 5 replies
 * 2 participants
 * Last reply from: [Rui Guerreiro](https://wordpress.org/support/users/takanakui/)
 * Last activity: [2 years, 1 month ago](https://wordpress.org/support/topic/submenu-open/#post-17722083)
 * Status: resolved