I want to make a customization with jquery.
I have already customized other parts of my site with jquery and everything is going well.
I want to move the mouse over any of the search results and I would like something like this:
see attached fig.1.
I know that the support does not include customizations.
however, I think there is a conflict when I try to add a simple event like the example:
$(“.overlap”).mouseover(function(){
$(this).css(“background-color”,”red”);
});
This code is included in a js file duly registered in wordpress.
I do not know what may be happening.
Can you help me?
Thank you