Archived topic
Hover Time
4 replies · Started by James on August 12, 2014
Is there a way to reduce the hover time on the dropdown menus? I want the dropdown boxes to disappear quicker after I take the mouse off of them.
You can do this, but it involves adding a child theme with a functions.php file, and adding some PHP (which can be tricky).
Our default child theme can be found here: http://generatepress.com/api/themes/generatepress_child.zip
It can be uploaded and activated like any other theme.
Then you would add something like this to the functions.php file at the bottom:
I agree the menu was sticking around a little too long.
I've decreased it by half a second in the next version.
Tom
I went to the Dashboard>Appearance>Editor and pasted in the code that you linked but it doesn't seem to have changed anything. I tried playing with the delay time (the 100 in the code) but that doesn't do anything so I assume I am doing something wrong. Any ideas?
Did you paste that code into the functions.php file?
If you'd like, you can email me at support@generatepress.com and I can see if I can decrease it for you.