Title: SubMenu not displaying
Last modified: September 26, 2017

---

# SubMenu not displaying

 *  Resolved [bronwynslater](https://wordpress.org/support/users/bronwynslater/)
 * (@bronwynslater)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/submenu-not-displaying-2/)
 * Hi there
 * I am using WP Mobile Menu and it’s BRILLIANT so far but the sub-menu is not displaying.
 * If you view the linked site at less than 800px you’ll see there should be a submenu
   under BIKES (and more submenus under that) but it is not displaying. Upon inspection
   I can see it is there and the color is not the same as the background. I noticed
   that the visibility is set to “hidden” but when I change that to visible, it 
   has no effect.
 * Please assist – this is one of the last things I need to sort out before handover
   of project!
    Thanks!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fsubmenu-not-displaying-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Thread Starter [bronwynslater](https://wordpress.org/support/users/bronwynslater/)
 * (@bronwynslater)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/submenu-not-displaying-2/#post-9533031)
 * So I located the issue:
 * .sub-menu, .nav .children has {opacity: 0;} – why would that be??
 *  Plugin Author [Rui Guerreiro](https://wordpress.org/support/users/takanakui/)
 * (@takanakui)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/submenu-not-displaying-2/#post-9533299)
 * Hi,
    I just had a look and this is a conflict with the WP Mobile Menu css and
   your theme css.
 * Add the code below to the custom css option in the General Options tab, that 
   will sort it.
 *     ```
       .mobmenu_content #mobmenuleft .sub-menu {
           opacity: 1;
           visibility: visible;
           border: none;
       }
       ```
   
 * Let me know the result.
 *  Plugin Author [Rui Guerreiro](https://wordpress.org/support/users/takanakui/)
 * (@takanakui)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/submenu-not-displaying-2/#post-9552112)
 * Will close the topic for now. If you need further help, let me know.

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

The topic ‘SubMenu not displaying’ 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

 * [displaying](https://wordpress.org/support/topic-tag/displaying/)
 * [dropdown](https://wordpress.org/support/topic-tag/dropdown/)
 * [submenu](https://wordpress.org/support/topic-tag/submenu/)

 * 3 replies
 * 2 participants
 * Last reply from: [Rui Guerreiro](https://wordpress.org/support/users/takanakui/)
 * Last activity: [8 years, 7 months ago](https://wordpress.org/support/topic/submenu-not-displaying-2/#post-9552112)
 * Status: resolved