Skip to content

Instantly share code, notes, and snippets.

@MAXHEADR0OM
Last active November 29, 2018 18:30
Show Gist options
  • Save MAXHEADR0OM/33dd3b1eca13d78331cf08f59e8f25f5 to your computer and use it in GitHub Desktop.
Save MAXHEADR0OM/33dd3b1eca13d78331cf08f59e8f25f5 to your computer and use it in GitHub Desktop.
Rollover Hover Image For Wordpress
<!-- Paste this code wherever you need on your wordpress, or if using a pagebuilder like Divi, use a code module -->
<!-- If you don't need the image to be a link, you can remove the a tags at the begininng and end of the code -->
<a href="ENTER URL ADDRESS HERE"><img src="FIRST IMAGE URL GOES HERE" onmouseover="this.src='SECOND IMAGE URL GOES HERE'"onmouseout="this.src='FIRST IMAGE URL GOES HERE - AGAIN'" /></a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment