• 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)
  • 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.