Title: Caption display on hover
Last modified: August 20, 2016

---

# Caption display on hover

 *  Resolved [Joe Greenwood](https://wordpress.org/support/users/jgreenwood/)
 * (@jgreenwood)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/caption-display-on-hover/)
 * Hello, great plugin! I am wondering if you could help suggest what CSS or other
   modification I might use to make the image captions appear only on mouseover,
   or when the image is hovered over by the mouse pointer. The captions are wonderful,
   but we only want them to appear when a visitor moves their mouse over the top
   of the image!
 * Thanks!
 * [http://wordpress.org/extend/plugins/weptile-image-slider-widget/](http://wordpress.org/extend/plugins/weptile-image-slider-widget/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [Joe Greenwood](https://wordpress.org/support/users/jgreenwood/)
 * (@jgreenwood)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/caption-display-on-hover/#post-3612841)
 * Adding this to my theme’s CSS style sheet did the trick:
 *     ```
       /* weptile nivo slider display on hover */
       .nivo-caption { opacity: 0 !important; }
       #widget-weptile-image-slider-widget-6-weptile-image-slider-widget-nivo-slider:hover .nivo-caption { opacity: 0.8 !important; }
       .nivo-caption { -webkit-transition:all .3s ease;
       -moz-transition:all .3s ease;
       -o-transition:all .3s ease;
       transition:all .3s ease; }
       ```
   
 * Note that “#widget-weptile-image-slider-widget-6-weptile-image-slider-widget-
   nivo-slider” is the parent element of the captions.
 * Thanks!

Viewing 1 replies (of 1 total)

The topic ‘Caption display on hover’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/weptile-image-slider-widget_d7dfc9.
   svg)
 * [Image Slider Widget](https://wordpress.org/plugins/weptile-image-slider-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/weptile-image-slider-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/weptile-image-slider-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/weptile-image-slider-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/weptile-image-slider-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/weptile-image-slider-widget/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [Joe Greenwood](https://wordpress.org/support/users/jgreenwood/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/caption-display-on-hover/#post-3612841)
 * Status: resolved