Re: How do I turn off the menu slide down while hover?

Solved

How do I turn off the menu slide down while hover?

evan123
Visitor
2 0 0

I want the user to simply click on the Shop link in the top navigation bar. But when the mouse hovers, a white draw slides down with nothing in it. How do I delete that slide down draw entirely? 

Accepted Solution (1)

ThriveHash
Tourist
5 1 0

This is an accepted solution.

To turn off the menu slide down while hovering, modify the CSS code or use JavaScript/jQuery to disable the hover effect. If needed, consult a web developer. https://thrivehash.com/

View solution in original post

Replies 3 (3)

ThriveHash
Tourist
5 1 0

This is an accepted solution.

To turn off the menu slide down while hovering, modify the CSS code or use JavaScript/jQuery to disable the hover effect. If needed, consult a web developer. https://thrivehash.com/

evan123
Visitor
2 0 0

I assumed I'd need to. I tried numerous different changes in the code, none have worked for some reason. Do you know specifically where and what change?

ThriveHash
Tourist
5 1 0

To disable the menu slide down effect while hovering, find the CSS code responsible for the animation and modify or remove it. Save changes and refresh the page to check if it worked.