Support » Plugin: Image Slider Widget » Caption display on hover

Viewing 1 replies (of 1 total)
  • Thread Starter Joe Greenwood

    (@jgreenwood)

    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.