Title: Theme color
Last modified: August 30, 2016

---

# Theme color

 *  [Marco Andrei Kichalowsky](https://wordpress.org/support/users/marcoandrei/)
 * (@marcoandrei)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/theme-color-3/)
 * Dear WP Dev Shed People,
 * Thanks for this nice theme! I’m using BIG PIX in a blog and I’m facing the following
   problem.
 * Using Customizer, I could change the Button and link Color Scheme to purple. 
   In my contact page, however, the button continues in yellow, as you can see here:
 * [http://emesdefatima.com/micas/?page_id=20043](http://emesdefatima.com/micas/?page_id=20043)
 * Could you help me to fix that?
 * Thanks in advance!
    Marco

Viewing 1 replies (of 1 total)

 *  Theme Author [WP Dev Shed](https://wordpress.org/support/users/wpdevshed/)
 * (@wpdevshed)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/theme-color-3/#post-8161813)
 * Hello, Try adding this css code,
 *     ```
       button, html input[type=button], input[type=reset], input[type=submit] {
           background: #7700aa;
           color: #fff;
       }
       ```
   

Viewing 1 replies (of 1 total)

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

 * ![](https://i0.wp.com/themes.svn.wordpress.org/big-pix/3.4/screenshot.png)
 * BIG PIX
 * [Support Threads](https://wordpress.org/support/theme/big-pix/)
 * [Active Topics](https://wordpress.org/support/theme/big-pix/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/big-pix/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/big-pix/reviews/)

## Tags

 * [button color](https://wordpress.org/support/topic-tag/button-color/)
 * [color-scheme](https://wordpress.org/support/topic-tag/color-scheme/)

 * 1 reply
 * 2 participants
 * Last reply from: [WP Dev Shed](https://wordpress.org/support/users/wpdevshed/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/theme-color-3/#post-8161813)
 * Status: not resolved