Title: Slider Problem
Last modified: February 5, 2021

---

# Slider Problem

 *  [jim5471](https://wordpress.org/support/users/jim5471/)
 * (@jim5471)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/slider-problem-46/)
 * Fresh install – all latest versions
 * Add a Slide using the customiser and publish.
 * How do you remove the green “Read More” button ?
 * The button text box and URL box are empty.

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

 *  [Barsha Paudel](https://wordpress.org/support/users/barsha04/)
 * (@barsha04)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/slider-problem-46/#post-14017160)
 * Hi, [@jim5471](https://wordpress.org/support/users/jim5471/),
 * We appreciate your writing in.
 * You can use additional CSS to remove the green “Read More” button and check if
   it helps. Please add the following CSS:
 *     ```
       .entry-container .slider-read-more-button {
       	display: none;
       }
       ```
   
 * Help link:[https://docs.themegrill.com/knowledgebase/where-do-i-add-my-custom-css/](https://docs.themegrill.com/knowledgebase/where-do-i-add-my-custom-css/)
 * With Thanks and Regards,
    ThemeGrill Support Team
 *  Thread Starter [jim5471](https://wordpress.org/support/users/jim5471/)
 * (@jim5471)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/slider-problem-46/#post-14018480)
 * Thank you for your suggestion but I found an easier solution would be to enter
   some text into the button text box and publish. Then remove the text and publish
   again. This removes the “Read Me” button.
 * Next time the Theme is updated it would be even better to change Line 156 of ‘
   default’ in the file
 * ..\spacious\inc\customizer\options\slider\class-spacious-customize-slider-options.
   php
 *     ```
       $configs[] = array(
                       'name'       => 'spacious_slider_button_text' . $i,
           OLD         'default'    => '',
           NEW		'default'    => 'Read Me',
       ```
   
 * Then the button text box would initially contain “Read Me” and could be deleted
   if so desired.
 *  [Barsha Paudel](https://wordpress.org/support/users/barsha04/)
 * (@barsha04)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/slider-problem-46/#post-14020460)
 * Hi [@jim5471](https://wordpress.org/support/users/jim5471/),
 * We appreciate your writing in.
 * Great to hear that your problem has been fixed and also you found the solution.
   Please let us know for any queries in the future.
 * With Thanks and Regards,
    ThemeGrill Support Team.

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

The topic ‘Slider Problem’ is closed to new replies.

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

 * 3 replies
 * 2 participants
 * Last reply from: [Barsha Paudel](https://wordpress.org/support/users/barsha04/)
 * Last activity: [5 years, 4 months ago](https://wordpress.org/support/topic/slider-problem-46/#post-14020460)
 * Status: not resolved