Skip to content

Instantly share code, notes, and snippets.

@ScottDeLuzio
Created March 3, 2016 21:39
Show Gist options
  • Save ScottDeLuzio/aa2a354cd8343893a7de to your computer and use it in GitHub Desktop.
Save ScottDeLuzio/aa2a354cd8343893a7de to your computer and use it in GitHub Desktop.
Text Widget Setup for Hover Text on Image
<!-- Replace http://yoursite.com/link-to-a-page with the actual link to the page you want to link to -->
<a href="http://yoursite.com/link-to-a-page">
<!-- Replace http://yoursite.com/wp-content/uploads/2016/02/your-image.jpg with the actual image URL -->
<img src="http://yoursite.com/wp-content/uploads/2016/02/your-image.jpg" alt="" />
<div class="hover-text">The text you want to display</div>
</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment