Title: Remove dropdown function
Last modified: May 20, 2021

---

# Remove dropdown function

 *  [fusskapputt](https://wordpress.org/support/users/fusskapputt/)
 * (@fusskapputt)
 * [5 years ago](https://wordpress.org/support/topic/remove-dropdown-function/)
 * I have enabled the vertical header and would like to have my menu completely 
   visible there. Without dropdown function. So every menu and submenu item should
   always be visible. Have also installed the child theme, just do not know where
   I can hide the function.
    Can anyone help?

Viewing 1 replies (of 1 total)

 *  [Abhishek](https://wordpress.org/support/users/abhikr781/)
 * (@abhikr781)
 * [5 years ago](https://wordpress.org/support/topic/remove-dropdown-function/#post-14467528)
 * Hello,
 * Try to add the below CSS code from the Appearance > Customize > Custom CSS, and
   check.
 *     ```
       #site-header.vertical-header #site-navigation-wrap .dropdown-menu .sub-menu {
           display: block !important;
       }
       ```
   
 * If not resolved with the above, please share the page URL to check the issue.

Viewing 1 replies (of 1 total)

The topic ‘Remove dropdown function’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/oceanwp/4.1.6/screenshot.png)
 * OceanWP
 * [Support Threads](https://wordpress.org/support/theme/oceanwp/)
 * [Active Topics](https://wordpress.org/support/theme/oceanwp/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/oceanwp/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/oceanwp/reviews/)

## Tags

 * [child theme](https://wordpress.org/support/topic-tag/child-theme/)
 * [dropdown](https://wordpress.org/support/topic-tag/dropdown/)
 * [javascript](https://wordpress.org/support/topic-tag/javascript/)
 * [js](https://wordpress.org/support/topic-tag/js/)
 * [submenu](https://wordpress.org/support/topic-tag/submenu/)
 * [vertical header](https://wordpress.org/support/topic-tag/vertical-header/)

 * 1 reply
 * 2 participants
 * Last reply from: [Abhishek](https://wordpress.org/support/users/abhikr781/)
 * Last activity: [5 years ago](https://wordpress.org/support/topic/remove-dropdown-function/#post-14467528)
 * Status: not resolved