Hey there brankulo,
How are you doing today?
This can be done with some custom CSS. Please try adding the the following CSS code in the style.css file of your child theme or if add it in your site using the following plugin:
http://wordpress.org/plugins/simple-custom-css
.main-navigation ul li a, .main-navigation ul li a > * {
-webkit-transition: all 0.1s ease;
-moz-transition: all 0.1s ease;
-o-transition: all 0.1s ease;
transition: all 0.1s ease;
}
This will decrease the transition time on hover. Original value was 0.
4s. Feel free to change it to what ever suits you the most.
Hope this helps 🙂
Best regards,
Bojan
Bojan,
thanks, it didnt fix the problem however. i played with values but it doesnt seem to affect it. i have to hold mouse over 2 or so seconds for it to go blue. this happens when i transition mouse within the menu space. if i move mouse from image below over the menu it turns blue right away. if i move mouse from home to about us, it takes 2 seconds. weird
Hey again brankulo,
Sorry to hear that code is not working 🙁
Did you remove the code now? If yes can you add it again so I can take a look.
On a side note it’s weird that it takes so long for you to see the changes, I’ve created a video of how I see things even before the changes, check it out here: http://screencast.com/t/hb1iA5iW2qx.
Which browser are you using? Make sure to clear browser cache before checking for changes to make sure you see them.
Cheers,
Bojan
the code is still there. looks like it works for you so it might be just my computer acting up. will try to check on another pc later today. i have cleared cache on my chrome browser here but it did not help.
thanks again
Hi brankulo
Looks like your changes are taking effect on my side too.
Thanks for the detailed help here @bojan
Hey again brankulo,
That’s weird, I can’t see the code added when inspecting your site. Where did you add the code?
I’ve also tested the code on your theme by using the plugin I mentioned above (Simple Custom CSS) and the transition time has been applied properly.
Please let me know 🙂
Cheers,
Bojan
thanks again for the help. i checked on my home pc and everything works properly. must be something going on with my computer at work.
Hey there,
Glad to hear everything is working 🙂
Best regards,
Bojan