Okay
  Public Ticket #1084785
mobile menu
Closed

Comments

  •  2
    mart started the conversation

    Hi, we use two different menu layouts within one website and we chose Kose because it can distinguish different menus on the mobile. Laptop and PC versions work fine, there is however one tiny thing we cannot solve on the mobile.

    When in mobile I go to a main menu item (for instance 'Join Us') and press on it, it shows the submenu items -Back -Our Partners - Faculties etcetera. However it also shows the main menu item 'Join Us' itself in this list. When pressing on it, it closes the menu which is confusing.

    So the question is: how to remove the main menu item from this submenu listing, it's not needed here anyway? Hope my question is clear, thanks in advance.


  •  291
    Paul replied

    Hi there!

    It can be useful if the parent menu item also has its own link. But if not, you can remove it using this custom CSS:

    a.parent-link.js-generated {
        display: none !important;
    }
    

    Hope this helps!

    Regards,
    Paul