Title: Remove slider button
Last modified: August 30, 2016

---

# Remove slider button

 *  Resolved [rbusch](https://wordpress.org/support/users/rbusch/)
 * (@rbusch)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/remove-slider-button/)
 * Is there a way to remove the slider buttons (e.g. the ‘Learn More’ button)?
 * Or even better is there a way to move placement of those buttons?

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

 *  Theme Author [Level9themes](https://wordpress.org/support/users/level9themes/)
 * (@level9themes)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/remove-slider-button/#post-6525364)
 * To align the slide content to the left, apply the following styles
 *     ```
       #slides article{
           text-align:left!important;
           padding-left: 40px!important;
       }
       ```
   
 * You can hide the buttons using css
 *     ```
       #slides article a.btn{
          display: none!important;
       }
       ```
   
 *  [erwiti](https://wordpress.org/support/users/erwiti/)
 * (@erwiti)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/remove-slider-button/#post-6525439)
 * Hi
    Could you please tell me where do i have to put theses changes Thank you
 *  [zrimas](https://wordpress.org/support/users/zrimas/)
 * (@zrimas)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/remove-slider-button/#post-6525445)
 * Hi. What is better way to move slider text to bottom?
 *  [zrimas](https://wordpress.org/support/users/zrimas/)
 * (@zrimas)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/remove-slider-button/#post-6525446)
 * Erwiti
    apperance>editor>style.css

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

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

 * ![](https://i0.wp.com/themes.svn.wordpress.org/mk/1.2.3/screenshot.jpg)
 * Mk
 * [Support Threads](https://wordpress.org/support/theme/mk/)
 * [Active Topics](https://wordpress.org/support/theme/mk/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/mk/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/mk/reviews/)

 * 4 replies
 * 4 participants
 * Last reply from: [zrimas](https://wordpress.org/support/users/zrimas/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/remove-slider-button/#post-6525446)
 * Status: resolved