Title: Color at forms
Last modified: October 3, 2017

---

# Color at forms

 *  Resolved [alurna](https://wordpress.org/support/users/alurna/)
 * (@alurna)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/color-at-forms/)
 * Hi weblizar,
 * I’ve done a form with Contact form… After adding this form at my site, I have
   one doubt about colour of the boxes… I would like to change these colours…
 * Picture for reference:
 * [https://drive.google.com/open?id=0BzVVEfO4rPCwNXVSelJ6UVJCMU0](https://drive.google.com/open?id=0BzVVEfO4rPCwNXVSelJ6UVJCMU0)
 * The correct colour is the one that appears at the text…
 * When I focus on “nombre” box, it shows one different green (same for “correo 
   electronico” or “asunto”… (they are text or email areas)…
 * But when I focus on “mensaje” it shows blue colour… (it is textarea)…
 * Is there the possibility to change all these colour at the .css… which codes 
   should I modify or add?
 * Thanks in advance.

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

 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/color-at-forms/#post-9554200)
 * Hii alurna,
 * Please give your site URL.
 * Thanks.
 *  Thread Starter [alurna](https://wordpress.org/support/users/alurna/)
 * (@alurna)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/color-at-forms/#post-9554619)
 * Hi weblizar, page is: [http://www.implyco.com/es/contacto/](http://www.implyco.com/es/contacto/)
 * There you can see the form and the different colours that appear on the boxes…
 * As I said, i’ve done with contact form plugin, but I supposse I can change colour
   at css
 * thanks in advance.
 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/color-at-forms/#post-9557877)
 * Hii alurna,
 * Please paste the below css in Custom CSS box and save –
 *     ```
       input:focus {
           border: 2px solid #91da21 !important;
           outline: 0 !important;
       }
       textarea:focus {
           border: 1px solid #91da21 !important;
           outline: 0 !important;
       }
       ```
   
 * Thanks.
 *  Thread Starter [alurna](https://wordpress.org/support/users/alurna/)
 * (@alurna)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/color-at-forms/#post-9560248)
 * Perfect!!! many thanks…
 * B. regards
 *  Thread Starter [alurna](https://wordpress.org/support/users/alurna/)
 * (@alurna)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/color-at-forms/#post-9568725)
 * Hi weblizar,
 * At the same form, at [http://www.implyco.com/es/contacto/](http://www.implyco.com/es/contacto/),
   how can I change the color of the text for the send button (“enviar”) into green?
   I would like to wirte “Enviar” in green color…
 * Thanks again for all your support.
 *  Thread Starter [alurna](https://wordpress.org/support/users/alurna/)
 * (@alurna)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/color-at-forms/#post-9568733)
 * Hi weblizar,
 * At the same form, at [http://www.implyco.com/es/contacto/](http://www.implyco.com/es/contacto/),
   how can I change the color of the text for the send button (“enviar”) into green?
   I would like to wirte “Enviar” in green color…
 * Thanks again for all your support.
 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/color-at-forms/#post-9575433)
 * Hi alurna,
 * Please use the below CSS code into custom CSS box and save the changes –
 *     ```
       input.wpcf7-form-control.wpcf7-submit {
           background-color: #87db43;
           color: #fff;
       }
       ```
   
 * Thank-you
 *  Thread Starter [alurna](https://wordpress.org/support/users/alurna/)
 * (@alurna)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/color-at-forms/#post-9578765)
 * Hi weblizar… Perfect!!! Thank you very much…
 * B. regards.

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

The topic ‘Color at forms’ is closed to new replies.

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

 * 8 replies
 * 2 participants
 * Last reply from: [alurna](https://wordpress.org/support/users/alurna/)
 * Last activity: [8 years, 8 months ago](https://wordpress.org/support/topic/color-at-forms/#post-9578765)
 * Status: resolved