I'm using Piano Black theme and would like to speed up the rate at which the drop-down menu drops down. Does anyone know of a way of doing that?
I'm using Piano Black theme and would like to speed up the rate at which the drop-down menu drops down. Does anyone know of a way of doing that?
In your theme folder, open up the "js" folder.
Open up the jscript with your fav editor
Find (around line 19, by my count, using notepad atm, at work)
var t=15, z=50, s=6,a;
Replace with
var t=5, z=50, s=6,a;
Save & Refresh/ Re-uplaod if not on localhost.
Works great for me.
This topic has been closed to new replies.