Title: change css?
Last modified: August 20, 2016

---

# change css?

 *  Resolved [Rob](https://wordpress.org/support/users/robwyndrydercom/)
 * (@robwyndrydercom)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/change-css/)
 * What do I have to do in the CSS to change?
 * 1. Font/color/background of text labels
    2. Font/color/background of text input
   3. Border size/color of text input area (passive and active)
 * My theme has a huge conflict so that none of the above appear very well.
 * Rob->
 * [http://wordpress.org/extend/plugins/contact-form-plugin/](http://wordpress.org/extend/plugins/contact-form-plugin/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [bestwebsoft](https://wordpress.org/support/users/bestwebsoft/)
 * (@bestwebsoft)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/change-css/#post-3479835)
 * hello R S,
 * Please write the following line in the style.css file of your theme
    1. #cntctfrm_contact_form
   label { color: white; background: white; font: bold 12px italic; } 2, #cntctfrm_contact_form
   input.text, #cntctfrm_contact_form textarea { color: white; background: white;
   font: bold 12px italic; border: 4px double black; } You should write a required
   color instead of the word “white” ( [http://www.w3schools.com/cssref/css_colors.asp](http://www.w3schools.com/cssref/css_colors.asp)).
   Please change the value of font and border to necessary for you. 3. #cntctfrm_contact_form
   input.text:focus, #cntctfrm_contact_form textarea:focus { border: 1px solid black;}
   Please change the value of border to necessary for you.
 * Regards.

Viewing 1 replies (of 1 total)

The topic ‘change css?’ is closed to new replies.

 * ![](https://ps.w.org/contact-form-plugin/assets/icon-256x256.gif?rev=2565795)
 * [Contact Form by BestWebSoft - Advanced WP Contact Form Builder for WordPress](https://wordpress.org/plugins/contact-form-plugin/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-plugin/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-plugin/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-plugin/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-plugin/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-plugin/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [bestwebsoft](https://wordpress.org/support/users/bestwebsoft/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/change-css/#post-3479835)
 * Status: resolved