Title: Theme button colors
Last modified: August 31, 2016

---

# Theme button colors

 *  [eohomestead](https://wordpress.org/support/users/eohomestead/)
 * (@eohomestead)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/theme-button-colors/)
 * I just upgraded to the latest evolve theme and all my button colors changed to
   an aqua green. I’ve tried several css codes but they didn’t work. Can you tell
   me how to change the button color for all buttons?
 * essentialhomestead.com

Viewing 1 replies (of 1 total)

 *  [Allison Tarr](https://wordpress.org/support/users/allisonplus/)
 * (@allisonplus)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/theme-button-colors/#post-7018901)
 * If you’re not using a Child Theme, and if the theme doesn’t have a designated
   section of the dashboard for CSS modifications then do the following:
 * Install this Custom CSS Manager plugin [http://wordpress.org/plugins/custom-css-manager-plugin](http://wordpress.org/plugins/custom-css-manager-plugin)
   
   use its “CSS Code” section of the dashboard to hold your CSS modifications (put
   your CSS code in) Save
 * Have you tried the following? It looks like the buttons on your site have several
   styled effects, including box-shadow so you might need to adjust more than just
   the background-color.
 *     ```
       input[type="submit"],
       button,
       .button,
       .bootstrap-button,
       input#submit,
       .da-slide .da-link,
       span.more a,
        a.read-more,
       .entry-content a.t4p-button-default {
               background: blue;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Theme button colors’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [Allison Tarr](https://wordpress.org/support/users/allisonplus/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/theme-button-colors/#post-7018901)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
