Title: Modify button styles
Last modified: August 30, 2016

---

# Modify button styles

 *  [Mandody](https://wordpress.org/support/users/mandody/)
 * (@mandody)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/modify-button-styles/)
 * Hello All,
 * I’d like to modify the “on-click” style of the send button on my contact form(
   I’d like it to turn yellow rather than blue), and also it’s appearance once it’s
   been clicked (after clicking it has a thin blue border – again I’d like this 
   to be yellow).
 * [http://razorweb.co.uk/contact/](http://razorweb.co.uk/contact/)
 * I’m not sure which selectors to use. Can anybody help?
 * Many thanks
    Mandody

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

 *  [Josh](https://wordpress.org/support/users/josh401/)
 * (@josh401)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/modify-button-styles/#post-6198044)
 * Something like this should work:
 *     ```
       .wpcf7-submit:active {
           background-color: yellow;
       }
       .wpcf7-submit:visited {
           background-color: yellow;
       }
       ```
   
 *  [razorpig](https://wordpress.org/support/users/mjtilbury/)
 * (@mjtilbury)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/modify-button-styles/#post-6198274)
 * Thanks Josh. I decided not to go with yellow in the end but those selectors worked
   perfect. Much appreciated 😉

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

The topic ‘Modify button styles’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 3 participants
 * Last reply from: [razorpig](https://wordpress.org/support/users/mjtilbury/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/modify-button-styles/#post-6198274)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
