Title: Remove the slider&#8230;.
Last modified: August 30, 2016

---

# Remove the slider….

 *  [TR7P](https://wordpress.org/support/users/tr7p/)
 * (@tr7p)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/remove-the-slider-1/)
 * Hi, is there an easy way to just remove the slider from the front page.? This
   is a great theme, but there really should have been an option to not show the
   slider, just like it has for the author box etc.

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

 *  Thread Starter [TR7P](https://wordpress.org/support/users/tr7p/)
 * (@tr7p)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/remove-the-slider-1/#post-6424104)
 * It’s ok, I removed it manually myself.
 * For anyone else that needs to remove the slider here’s how (one way) to do it.
   Hopefully it works for you.
 * Go to the theme editor
 * Go to style.css
 * Find: .slides,.slides .slide-thumb,.cycle-slideshow{height: 400px;}
 * Change 400px to 0px
 * Refresh homepage and the slider should be gone. Working for me.
 * Cheers.
 *  [CrouchingBruin](https://wordpress.org/support/users/crouchingbruin/)
 * (@crouchingbruin)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/remove-the-slider-1/#post-6424436)
 * You should be aware that modifying any theme files is not suggested. If the theme
   gets updated because of feature enhancements, bug fixes, or security patches,
   or if the theme has to be updated because of a change to the WordPress core, 
   then your changes will be lost. Instead, either create a [child theme](http://codex.wordpress.org/Child_Themes)
   or use a CSS plugin like Jetpack or [Custom CSS Manager](http://wordpress.org/plugins/custom-css-manager-plugin/)
   and add your overriding CSS. In your case, adding a rule like this would hide
   the slider:
 *     ```
       #slide-wrap {
          display: none;
       }
       ```
   
 * If you are only making CSS changes, then a plugin is a much easier way to go.

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

The topic ‘Remove the slider….’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/simply-read/2.1/screenshot.png)
 * Simply Read
 * [Support Threads](https://wordpress.org/support/theme/simply-read/)
 * [Active Topics](https://wordpress.org/support/theme/simply-read/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/simply-read/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/simply-read/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [CrouchingBruin](https://wordpress.org/support/users/crouchingbruin/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/remove-the-slider-1/#post-6424436)
 * Status: not resolved