I’ve been trying to change the .hover cursor on this nav menu that I found in HTMLDrive JQuery Menu
I’ve tried through css and jquery, for JQuery I used…
$("body").hover(function() {
$(this).css({ 'cursor' : 'default'});});
This is just an example thought, I’ve been testing over all the html like nav, menu, li and ul styles
So anyone could help me and tell me what’s hapenning?
By the way I’m able to edit the cursor in all the other HTML except for navigation menu.
CSS…