I'm very new to WordPress and don't know much about CSS and stuff, so I already apologize in case I'm missing basic information. It might be a silly question, but still: how can I make the toplevel of my navigation menu be clickable links instead of just acting as dropdowns on hover? I found tons of solutions on how to remove that behaviour, but I explicitly want it.
I'm using WordPress 6.1.1 with the "Zeever" template and have added a navigation menu with toplevel items and sometimes sub-items. In such cases, the sub-items act as clickable links, e.g. to an HTML anchor, like #contact
. I want that same behaviour for the toplevel item as well.
Example:
- About
| - Company
| - Services
- News
- Contacts
For me, About
is not acting as a link, but only shows Company
and Services
(which are clickable themselves), although I added #about
as the URL in the menu editor and also set the respective HTML anchor.
Happy for any suggestions :)