Search code examples
mobilemenuinvisible

Invisible menu Item


On the page http://www.voorlopig.eu/particulieren I have a mobile menu (max-width: 768px). For some reason, the parent menu items - who should be next to the + when you open the menu - are invisible. They are there in the code, but I cannot see them.

Tried everything, but no luck...

Any help would be greatly appreciated!

Thank you, Stefaan


Solution

  • I figured it a little bit out, but I have to work by myself now. I added

    .sub-menu-toggle {
    width: 40px;
    }
    

    Now the titles are visible and you can click on them as a hyperlink. The buttons to expand the submenus are still clickable and working.