Title: Inspired's Replies | WordPress.org

---

# Inspired

  [  ](https://wordpress.org/support/users/inspired/)

 *   [Profile](https://wordpress.org/support/users/inspired/)
 *   [Topics Started](https://wordpress.org/support/users/inspired/topics/)
 *   [Replies Created](https://wordpress.org/support/users/inspired/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/inspired/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/inspired/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/inspired/engagements/)
 *   [Favorites](https://wordpress.org/support/users/inspired/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Contact Form 7] changing the font color for the form field names](https://wordpress.org/support/topic/plugin-contact-form-7-changing-the-font-color-for-the-form-field-names/)
 *  [Inspired](https://wordpress.org/support/users/inspired/)
 * (@inspired)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-changing-the-font-color-for-the-form-field-names/#post-1512666)
 * I figured it out.
 * You need to add a class to your contact form. I used blacktext for my class. 
   After you have added the class don’t forget to “save.”
 *     ```
       <p>Phone Number (optional)<br />
       [text text-308 20/ class:blacktext]</p>
       ```
   
 * Then go to Plugins and click on Editor.
 * If Contact Form code isn’t showing, then select it from the drop down menu on
   the upper right side (above the Plugin Files list) and choose Contact Form.
 * From the list (located on the right side) click on “contact-form-7/styles.css”
   and add your css code. After adding your css code don’t forget to “Update File.”
 * Example:
 *     ```
       .blacktext {
       color: #000;
       }
       ```
   
 * Now check your contact page to make sure the changes have been made.

Viewing 1 replies (of 1 total)