I want to change the :hover color of the menu from the color picker.
This is not working ? I need to do it without .hover() function.
$( ".mega-menu li:hover > a" ).css( "background-color", "#000" );
I want to change the :hover color of the menu from the color picker.
This is not working ? I need to do it without .hover() function.
$( ".mega-menu li:hover > a" ).css( "background-color", "#000" );