Lets say I have
We can Override CSS hover effect with the help of css and Jquery
$('div').hover(function(){ $(this).addClass('nohover');}) In CSS Add Class .nohover .nohover { pointer-events:none; }