Skip Navigation

[Resolved] Want to make navbar hover, not click

This support ticket is created 7 years, 5 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 12:00 – 17:00 12:00 – 17:00 12:00 – 17:00 12:00 – 17:00 12:00 – 17:00 -
- 18:00 – 21:00 18:00 – 21:00 18:00 – 21:00 18:00 – 21:00 18:00 – 21:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

This topic contains 1 reply, has 2 voices.

Last updated by Noman 7 years, 5 months ago.

Assisted by: Noman.

Author
Posts
#533662

Hey,

on my website hidden link I have a main menu. There, you see one dropdown-menu.
With CSS, I fixed it to make the dropdown-menu visible when I hover on Klanten. This is the code:

 @media (min-width: 767px) {
  ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
  }
  ul.dropdown-menu a {
    color: #fff;
  }
  ul.dropdown-menu li a:hover {
    background: #082955;
    color: #fff;
  }
}

But I want to make the parent item Klanten also clickable, so people can go to this page too.

Is there an easy way to set this up?

Thanks in advance,
Jef M.

#533669

Noman
Supporter

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

Hi Jef,

Thank you for contacting Toolset support.

Please try the solution mentioned here and let me know how it goes:
hidden link

Thank you