Hi Myrthe,
Thank you for getting in touch with us and your kind words.
We’re using Bootstrap framework which allows to show submenu on click, not hover over the menu item. Please click on the menu and submenu item will show up as intended.
Hope that helps. Thank you for your time in this.
Best regards,
Jarek
-
This reply was modified 8 years, 10 months ago by
jarektheme.
Thanks Jarek!
@myrthemadame You can try this Appearance > Customize > Additional CSS to make the menu show up on hover:
.dropdown:hover .dropdown-menu {
display: block;
}