• Resolved Wollu

    (@wollu)


    Hello,
    Is it possible to always show sub menu in fullscreen overlay menu and disable toggle?

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author PressMaximum

    (@pressmaximum)

    Hi,

    You can try to add this custom CSS code in Appearance > Customize > Additional CSS, to display the submenu instead of clicking on the toggle arrow.

    .menu_sidebar_slide_overlay .nav-menu-mobile .menu-item .sub-menu {
        display: block !important;
        opacity: 1 !important;
        height: auto !important;
    }
    Thread Starter Wollu

    (@wollu)

    Excellent!

    Thank you,@pressmaximum. Great support!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Always display submenu on fullscreen overlay’ is closed to new replies.