Title: Button Color Customization
Last modified: July 5, 2018

---

# Button Color Customization

 *  Resolved [manlyflower](https://wordpress.org/support/users/manlyflower/)
 * (@manlyflower)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/button-color-customization/)
 * This is a pretty minor problem to a great theme so far, but I noticed the one
   element of the page I couldn’t change was the buttons (to the “submit comment”
   field, etc.). They are green right now, and I can’t seem to change that. Maybe
   I overlooked something, but is there a way to customize that?
 * Thanks for the wonderful theme.

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

 *  Theme Author [Dario Devcic](https://wordpress.org/support/users/dariodev/)
 * (@dariodev)
 * [8 years ago](https://wordpress.org/support/topic/button-color-customization/#post-10527258)
 * There is no such option in theme customizer. But you can easily customize buttons
   by adding css in Customize -> Additional CSS:
 *     ```
       .btn,
       .submit,
       button,
       input[type="submit"],
       #content input[type="submit"] {
           background: #00823b;
           border: 1px solid #00823b;
           color: #fff;
       }
       ```
   
    -  This reply was modified 8 years ago by [Dario Devcic](https://wordpress.org/support/users/dariodev/).
 *  Thread Starter [manlyflower](https://wordpress.org/support/users/manlyflower/)
 * (@manlyflower)
 * [8 years ago](https://wordpress.org/support/topic/button-color-customization/#post-10529695)
 * Thank you very much.

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

The topic ‘Button Color Customization’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [manlyflower](https://wordpress.org/support/users/manlyflower/)
 * Last activity: [8 years ago](https://wordpress.org/support/topic/button-color-customization/#post-10529695)
 * Status: resolved