Title: slideshow widget caption
Last modified: August 20, 2016

---

# slideshow widget caption

 *  Resolved [dwll](https://wordpress.org/support/users/dwll/)
 * (@dwll)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/slideshow-widget-caption/)
 * Hello Stefan
 * I’m using the slideshow plugin – and also show a slideshow in a widget.
    is it
   possible to turn off the ‘caption / text’ when shown in the widget? but keep 
   in in the main version – or would it be best just to create two slideshows!
 * Thanks for an ace plugin
 * David
 * [http://wordpress.org/extend/plugins/slideshow-jquery-image-gallery/](http://wordpress.org/extend/plugins/slideshow-jquery-image-gallery/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Stefan Boonstra](https://wordpress.org/support/users/stefanboonstra/)
 * (@stefanboonstra)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/slideshow-widget-caption/#post-3457993)
 * Hi David,
 * Yes, at the moment you’d still have to create two seperate slideshows. There’s
   going to be an option to be able to override the slideshow’s settings, but this
   feature will have to wait until after the release of version 2.3.
 * You should be able to do a little CSS trickery though. In your theme’s CSS file(
   or in your slideshow’s custom stylesheet, read how to create one in the [FAQ section](http://wordpress.org/extend/plugins/slideshow-jquery-image-gallery/faq/)),
   add the following lines wrapped in a class that only applies to the widget area
   of your website:
 *     ```
       .widget .slideshow_container .slideshow_description {
           display: none !imortant; /* This will force the description to be hidden only in a '.widget' classed element. */
       }
       ```
   
 * Best regards,
    Stefan
 *  Thread Starter [dwll](https://wordpress.org/support/users/dwll/)
 * (@dwll)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/slideshow-widget-caption/#post-3458120)
 * Thanks Stefan – Just what I needed

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘slideshow widget caption’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/slideshow-jquery-image-gallery_d3d2de.
   svg)
 * [Slideshow](https://wordpress.org/plugins/slideshow-jquery-image-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/slideshow-jquery-image-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/slideshow-jquery-image-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/slideshow-jquery-image-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/slideshow-jquery-image-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/slideshow-jquery-image-gallery/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [dwll](https://wordpress.org/support/users/dwll/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/slideshow-widget-caption/#post-3458120)
 * Status: resolved