1- Add a title to the new Custom Code
2- On Location select:
</body> – End
3- Paste this code:
<script>
// Change image on hover
jQuery(‘.img-hover img’).hover(function(){
jQuery(this).attr(‘srcset’,’your over image URL’);}, function(){
jQuery(this).attr(‘srcset’,’your normal image URL‘);
});
</script>
Editing the Code
4- Finally, Click on Publish Button