Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #2799222
submenu trigger in overlay menu
Closed

Comments

  • Stefano Becheroni started the conversation

    Hi,

    I wolud like to know if in an overlay menu (see screenshot) it's possible to trigger a submenu clicking ob the item name (A) instead of the "menu item parent toggle" (B), maybe adding some filter or function in the child theme...


  • Stefano Becheroni replied

    I forgot the screenshot, sorry...

  •  7,092
    Oliver replied

    HI!

    CSS example:

    body .header-layout-overlay #primary-navigation #primary-menu.no-responsive li.menu-item-has-children > .menu-item-parent-toggle, 
    body .page-additional-menu.header-layout-overlay #primary-navigation #primary-menu.no-responsive li.menu-item-has-children > .menu-item-parent-toggle {
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
    }

     

    3938581396.jpg

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • Stefano Becheroni replied

    Thank you Gregor, it works!
    You can close the ticket.

  •  7,092
    Oliver replied

    Welcome!

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver