Hover over the caption to make it appear.
Here are two slideshows. The second one has a class name of imagegal. The CSS to override the jQuery code is
The !important is necessary since it has to override the jQuery that is animating the caption as the slides change.
.imagegal .nivo-caption {opacity: 0.0 !important; -webkit-transition: opacity 2s;
transition: opacity 2s; }
.imagegal .nivo-caption:hover {opacity: 1.0 !important; }
Related
[nivo] [bw_css]hover to slideToggle source
- oik custom image link URL
- Displaying a news slider
- Controlling the height of the nivo slider
- Centering the slider with a wider caption
- oik-nivo-slider with links opening in new window
- What is the simplest syntax for the [nivo] shortcode?
- nivo slider is wider than my images
- oik-nivo-slider thumbnail parameter
- nivo slider showing some images, bw_images the others