Title: Changing Button Colour?
Last modified: August 31, 2016

---

# Changing Button Colour?

 *  Resolved [APMKimpton](https://wordpress.org/support/users/apmkimpton/)
 * (@apmkimpton)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/changing-button-colour/)
 * I have installed the custom style plugin – But what do I change to allow the 
   background of the submit button to be a particular colour?
 * `.vscf_sidebar #vscf input {color:#COLOURCODE;}` changes the font colour – Whats
   the corresponding background command?
 * [https://wordpress.org/plugins/very-simple-contact-form/](https://wordpress.org/plugins/very-simple-contact-form/)

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

 *  Plugin Author [Guido](https://wordpress.org/support/users/guido07111975/)
 * (@guido07111975)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/changing-button-colour/#post-7360183)
 * Hi,
 * It should use the stylesheet of your theme, but if that’s not supported you should
   style them yourself.
 * The button has it’s own class, example:
 *     ```
       .vscf_send {background:#000; color:#fff;}
       .vscf_send:hover {background:#666;}
       ```
   
 * Note: I might change this class in a next update, to something default such as‘
   button’ or ‘submit’.
 * Guido
 *  Thread Starter [APMKimpton](https://wordpress.org/support/users/apmkimpton/)
 * (@apmkimpton)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/changing-button-colour/#post-7360203)
 * Hello Guido,
 * Worked like a treat – had to change the styles css. The original theme was designed
   in blue, but the web building tool I was using, allowed to set colours as I went
   along, so I didn’t make the connect straight away.
 * TL;DR – Change colours on styles page
 * Thank you.

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

The topic ‘Changing Button Colour?’ is closed to new replies.

 * ![](https://ps.w.org/very-simple-contact-form/assets/icon-256x256.png?rev=1415751)
 * [VS Contact Form](https://wordpress.org/plugins/very-simple-contact-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/very-simple-contact-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/very-simple-contact-form/)
 * [Active Topics](https://wordpress.org/support/plugin/very-simple-contact-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/very-simple-contact-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/very-simple-contact-form/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [APMKimpton](https://wordpress.org/support/users/apmkimpton/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/changing-button-colour/#post-7360203)
 * Status: resolved