Title: Custom Read More Button CSS
Last modified: September 1, 2016

---

# Custom Read More Button CSS

 *  Resolved [acegk](https://wordpress.org/support/users/acegk/)
 * (@acegk)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/custom-read-more-button-css/)
 * I’m trying to change the color of the text and background of the Read More Button,
   but cannot get the css to work. I was hoping someone might be able to help me
   figure it out. Here’s what I have:
 * .recent-post-carousel.design-9 .readmorebtn {
    color:#fff; background-color:#
   006633; }
 * I’m able to get it to work in Google Chrome’s developer console, here’s a screenshot:
   
   [http://i.imgur.com/vCbAXQR.png](http://i.imgur.com/vCbAXQR.png)
 * Thank you
 * [https://wordpress.org/plugins/wp-responsive-recent-post-slider/](https://wordpress.org/plugins/wp-responsive-recent-post-slider/)

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

 *  [anoopranawat](https://wordpress.org/support/users/anoopranawat/)
 * (@anoopranawat)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/custom-read-more-button-css/#post-7696397)
 * Hello,
 * Just try
 *     ```
       .recent-post-carousel.design-9 .readmorebtn {
       color:#fff ! important;
       background-color:#006633 ! important;
       }
       ```
   
 * Please write this CSS in your theme style.css file and not edit the plugin file
   directly becouse once we send any update, and if you update all changes done 
   by you will be lost.
 *  [anoopranawat](https://wordpress.org/support/users/anoopranawat/)
 * (@anoopranawat)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/custom-read-more-button-css/#post-7696399)
 * We also notice that you are using a pro version of this plugin so you can write
   this CSS under Post–> setting custom CSS.
 * If still you are facing any issue,please login to our webaite and create a ticket.
   Our team will will provide you fast support.
 *  Thread Starter [acegk](https://wordpress.org/support/users/acegk/)
 * (@acegk)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/custom-read-more-button-css/#post-7696434)
 * Thanks for the support! Worked perfectly in post/settings/custom css, I didn’t
   know that existed
 * Thanks again

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

The topic ‘Custom Read More Button CSS’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-responsive-recent-post-slider_9c9a9b.
   svg)
 * [WP Responsive Recent Post Slider/Carousel](https://wordpress.org/plugins/wp-responsive-recent-post-slider/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-responsive-recent-post-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-responsive-recent-post-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-responsive-recent-post-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-responsive-recent-post-slider/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [acegk](https://wordpress.org/support/users/acegk/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/custom-read-more-button-css/#post-7696434)
 * Status: resolved