Skip to content

Instantly share code, notes, and snippets.

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