Title: Form Title Customization
Last modified: March 20, 2019

---

# Form Title Customization

 *  Resolved [dhyanakendra](https://wordpress.org/support/users/dhyanakendra/)
 * (@dhyanakendra)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/form-title-customization/)
 * Hi
 * Thank you for such a lightweight contact plugin which has no unnecessary bells,
   whistles, and bloat. Can I customize the form title as per my requirements with
   CSS:
 * Font Type: Nunito
    Font Size: 25px Font weight: 900 Font Transition: uppercase
   Text Alignment: center
 * Could you pls. help me in this regards with the required CSS?
 * Thanks in advance
    BM
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fform-title-customization%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [thethemefoundry](https://wordpress.org/support/users/thethemefoundry/)
 * (@thethemefoundry)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/form-title-customization/#post-11337560)
 * Hey! Sure you can!
 * Please try this code snippet…
 *     ```
       .happyforms-form__title {
           font-family: Nunito;
           font-size: 25px;
           font-weight: 900;
           font-transform: uppercase;
           text-align: center;
       }
       ```
   
 * Let us know how that works!
 *  Thread Starter [dhyanakendra](https://wordpress.org/support/users/dhyanakendra/)
 * (@dhyanakendra)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/form-title-customization/#post-11337664)
 * Hi
    Thanks for your response. I observe that only the font-family and text-align
   are getting updated. Could you pls. look into this?
 * Rgds
    BM
 *  [thethemefoundry](https://wordpress.org/support/users/thethemefoundry/)
 * (@thethemefoundry)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/form-title-customization/#post-11337901)
 * Got it, [@dhyanakendra](https://wordpress.org/support/users/dhyanakendra/)! Would
   you mind replacing that with the updated snippet below? That should patch it 
   up for you.
 *     ```
       .happyforms-styles h3.happyforms-form__title {
          font-family: Nunito !important;
          font-size: 25px !important;
          font-weight: 900 !important;
          text-transform: uppercase;
          text-align: center;
       }
       ```
   
 * Let us know if that worked! 🙂
 *  Thread Starter [dhyanakendra](https://wordpress.org/support/users/dhyanakendra/)
 * (@dhyanakendra)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/form-title-customization/#post-11337947)
 * Hi
 * Thanks, it worked
 * BM
 *  Thread Starter [dhyanakendra](https://wordpress.org/support/users/dhyanakendra/)
 * (@dhyanakendra)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/form-title-customization/#post-11337954)
 * Hi
    Just one more thing. How to change color to white?
 *  [thethemefoundry](https://wordpress.org/support/users/thethemefoundry/)
 * (@thethemefoundry)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/form-title-customization/#post-11339936)
 * Hey [@dhyanakendra](https://wordpress.org/support/users/dhyanakendra/),
 * Looking at the page now, it looks like you already figured it out! 👏 Adding `
   color: #fff` to the set of CSS rules does the trick.
 * Have a great day! 🙂

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

The topic ‘Form Title Customization’ is closed to new replies.

 * ![](https://ps.w.org/happyforms/assets/icon-256x256.png?rev=2778164)
 * [Happyforms - Form Builder for WordPress: Drag & Drop Contact Forms, Surveys, Payments & Multipurpose Forms](https://wordpress.org/plugins/happyforms/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/happyforms/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/happyforms/)
 * [Active Topics](https://wordpress.org/support/plugin/happyforms/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/happyforms/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/happyforms/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [thethemefoundry](https://wordpress.org/support/users/thethemefoundry/)
 * Last activity: [7 years, 2 months ago](https://wordpress.org/support/topic/form-title-customization/#post-11339936)
 * Status: resolved