Skip to content

Instantly share code, notes, and snippets.

@ericakfranz
Created February 13, 2016 17:28
Show Gist options
  • Save ericakfranz/3d983f92736708fe361f to your computer and use it in GitHub Desktop.
Save ericakfranz/3d983f92736708fe361f to your computer and use it in GitHub Desktop.
Show Image Title on Hover
/* Hide Title */
.envira-gallery-item-inner .title { opacity: 0; }
/* Show Title when hovering over gallery image */
.envira-gallery-item-inner:hover .title { opacity: 1; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment