Title: Button Text Color Evolve theme
Last modified: August 30, 2016

---

# Button Text Color Evolve theme

 *  Resolved [janaglass](https://wordpress.org/support/users/janaglass/)
 * (@janaglass)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/button-text-color-evolve-theme/)
 * Evolve theme : I would like to change the color of the text in the buttons. I
   have been able to change the color of the button itself, but have not been able
   to figure out how to change the button text to make it more readable. Can anyone
   help with that?

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

 *  [Denzel Chia](https://wordpress.org/support/users/denzel_chia/)
 * (@denzel_chia)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/button-text-color-evolve-theme/#post-6403190)
 * Hi,
 * Please post your url here and tell us which button’s text color you want to change.
   And change to what color? Use this tool [http://www.w3schools.com/tags/ref_colorpicker.asp](http://www.w3schools.com/tags/ref_colorpicker.asp)
   to find out the color hex code.
 * Thanks!
 *  Thread Starter [janaglass](https://wordpress.org/support/users/janaglass/)
 * (@janaglass)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/button-text-color-evolve-theme/#post-6403240)
 * Url is [http://onecharmingmonkey.com](http://onecharmingmonkey.com)
    I want to
   change the color for the text in all of the buttons, including the ReadMore after
   the excerpt from blog posts as well as the buttons on the home page content boxes
   and the buttons in the widgets. I have all buttons the same color background 
   and would love to change the text to #6b6b6b. Thanks for your help
 *  [emranemranx](https://wordpress.org/support/users/emranemranx/)
 * (@emranemranx)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/button-text-color-evolve-theme/#post-6403253)
 * Hi there,
 * Thanks for writing in! if you wish to change the color of all buttons, so please
   add the following code under **Appearance > Theme Options > custom Css**:
 *     ```
       .btn {
         color: #6b6b6b !important;
       }
   
       #mc_signup_submit {
         color: #6b6b6b !important;
       }
   
       .entry-content .read-more a {
         color: #6b6b6b !important;
         display: block;
         font-weight: bold;
         text-shadow: none !important;
       }
       ```
   
 * Hope this helps!
 * Thanks.
 *  [michellenoco](https://wordpress.org/support/users/michellenoco/)
 * (@michellenoco)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/button-text-color-evolve-theme/#post-6403257)
 * emranemranx,
    Thank you for working to resolve the concerns over the past two
   days. I greatly appreciate your efforts! I would like to change the button colors
   as well, but no longer have the Theme Options choice under Appearances as I did
   before, and Customize, Header, and Background under Appearances all lead to a“
   500 Internal server error.” Can you give me some direction? Thanks!
 *  Thread Starter [janaglass](https://wordpress.org/support/users/janaglass/)
 * (@janaglass)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/button-text-color-evolve-theme/#post-6403263)
 * Perfect! Thank you so much for your help.

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

The topic ‘Button Text Color Evolve theme’ is closed to new replies.

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

 * 5 replies
 * 4 participants
 * Last reply from: [janaglass](https://wordpress.org/support/users/janaglass/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/button-text-color-evolve-theme/#post-6403263)
 * Status: resolved