Title: Slideshow Gallery controls
Last modified: October 24, 2016

---

# Slideshow Gallery controls

 *  Resolved [agermanucf](https://wordpress.org/support/users/agermanucf/)
 * (@agermanucf)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/slideshow-gallery-controls/)
 * I would like to hide the controls (left/right arrows) on my gallery slideshow.
   Are there parameters for the shortcode I can add to to do this? Thanks!

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

 *  Plugin Author [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * (@jeherve)
 * Jetpack Mechanic 🚀
 * [9 years, 9 months ago](https://wordpress.org/support/topic/slideshow-gallery-controls/#post-8349866)
 * You can’t hide the slideshow controls with a shortcode parameter, but you can
   use CSS to hide them.
 *     ```
       .slideshow-controls {
       	display: none;
       }
       ```
   
 * You can add that CSS to your theme stylesheet, or to your custom CSS editor available
   under Appearance > Edit CSS in your dashboard.
 *  Thread Starter [agermanucf](https://wordpress.org/support/users/agermanucf/)
 * (@agermanucf)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/slideshow-gallery-controls/#post-8358486)
 * Ah ok, thanks! I’m not a CSS expert but this would disable the controls for all
   sliders on the site, right? I just have one slider in a widget that I’d like 
   to apply this to, is that possible?
 *  Plugin Author [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * (@jeherve)
 * Jetpack Mechanic 🚀
 * [9 years, 9 months ago](https://wordpress.org/support/topic/slideshow-gallery-controls/#post-8358703)
 * That’s indeed possible. You’ll need to find the ID of the slideshow you want 
   to modify, and add that ID before the `.slideshow-controls` class in your CSS.
 * If you’re not sure how to do that, do not hesitate to post a link to that slideshow
   here, I will help!

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

The topic ‘Slideshow Gallery controls’ is closed to new replies.

 * ![](https://ps.w.org/jetpack/assets/icon.svg?rev=2819237)
 * [Jetpack - WP Security, Backup, Speed, & Growth](https://wordpress.org/plugins/jetpack/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jetpack/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jetpack/)
 * [Active Topics](https://wordpress.org/support/plugin/jetpack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jetpack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jetpack/reviews/)

## Tags

 * [gallery](https://wordpress.org/support/topic-tag/gallery/)
 * [slideshow](https://wordpress.org/support/topic-tag/slideshow/)

 * 3 replies
 * 2 participants
 * Last reply from: [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/slideshow-gallery-controls/#post-8358703)
 * Status: resolved