Title: button color
Last modified: August 30, 2016

---

# button color

 *  Resolved [kocampo](https://wordpress.org/support/users/kocampo/)
 * (@kocampo)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/button-color-15/)
 * how to change the standard orange color?

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

 *  [WEN Solutions](https://wordpress.org/support/users/wen-solutions/)
 * (@wen-solutions)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/button-color-15/#post-6628191)
 * Actually, you can not directly change the standard orange color. You have to 
   go code wise that is modify some css. So, if you want to change the color of 
   your search button then just add this css code:
 *     ```
       .widget_search .search-submit {
           background-color: #000000; //color of your choice
         }
       ```
   
 * Similarly, you can change color of other elements too.
 * Note: making a child theme for this type of code customization is always a better
   approach.
 *  Theme Author [eVision Themes](https://wordpress.org/support/users/evisiontheme/)
 * (@evisiontheme)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/button-color-15/#post-6628360)
 * Marking this thread resolved !

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

The topic ‘button color’ is closed to new replies.

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

 * 2 replies
 * 3 participants
 * Last reply from: [eVision Themes](https://wordpress.org/support/users/evisiontheme/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/button-color-15/#post-6628360)
 * Status: resolved