Title: CSS : wpforms-field-label ?
Last modified: January 19, 2017

---

# CSS : wpforms-field-label ?

 *  Resolved [MarcL](https://wordpress.org/support/users/marclindner/)
 * (@marclindner)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/css-wpforms-field-label/)
 * Hello,
 * I’m trying to customize the title of a form but I can’t manage to make any change.
   
   I digged and I assumed this is the class concerned if I want to modify the title
   only of the form : .wpforms-field-label
 * I tried to add the following css code in the customized css code plugin :
 * div.wpforms-field-label {
    color:ff0000 !important; }
 * Does anyone knows what is wrong?
 * Thanks a lot,
 * Marc

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

 *  [Jared Atchison](https://wordpress.org/support/users/jaredatch/)
 * (@jaredatch)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/css-wpforms-field-label/#post-8674723)
 * Hey Marc,
 * Thanks for reaching out!
 * The snippet you have is very close – try below 🙂
 *     ```
       .wpforms-field-label {
       color:#ff0000 !important;
       }
       ```
   
 *  Thread Starter [MarcL](https://wordpress.org/support/users/marclindner/)
 * (@marclindner)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/css-wpforms-field-label/#post-8674870)
 * Hi Jared,
 * Thanks a lot again, it worked perfectly.
 * Marc

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

The topic ‘CSS : wpforms-field-label ?’ is closed to new replies.

 * ![](https://ps.w.org/wpforms-lite/assets/icon.svg?rev=3254748)
 * [WPForms - Easy Form Builder for WordPress - Contact Forms, Payment Forms, Surveys, & More](https://wordpress.org/plugins/wpforms-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpforms-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpforms-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/wpforms-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpforms-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpforms-lite/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [MarcL](https://wordpress.org/support/users/marclindner/)
 * Last activity: [9 years, 4 months ago](https://wordpress.org/support/topic/css-wpforms-field-label/#post-8674870)
 * Status: resolved