Title: Gravity Forms Button
Last modified: December 14, 2020

---

# Gravity Forms Button

 *  Resolved [tessadesign](https://wordpress.org/support/users/tessadesign/)
 * (@tessadesign)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/gravity-forms-button/)
 * Hi there,
 * I am using the a Gravity Form on the contact page of this website. I would like
   to style the Submit button to be uppercase and Raleway font.
 * Can anyone help with some CSS code?
 * Many thanks,
 * Tess
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fgravity-forms-button%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Milos Vlaisavljevic](https://wordpress.org/support/users/gdmilos/)
 * (@gdmilos)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/gravity-forms-button/#post-13791628)
 * Hey [@tessadesign](https://wordpress.org/support/users/tessadesign/),
 * Thanks for reaching out!
 * The following CSS code should make the desired changes:
 *     ```
       #gform_submit_button_1{
           font-family: 'Raleway';
           text-transform: uppercase;
       }
       ```
   
 * Please see > [http://prntscr.com/w35glc](http://prntscr.com/w35glc)
 * Let me know if this helps. 🙂
 * Kind Regards,
    Milos | GoDaddy

Viewing 1 replies (of 1 total)

The topic ‘Gravity Forms Button’ is closed to new replies.

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

## Tags

 * [button](https://wordpress.org/support/topic-tag/button/)
 * [font](https://wordpress.org/support/topic-tag/font/)
 * [uppercase](https://wordpress.org/support/topic-tag/uppercase/)

 * 1 reply
 * 2 participants
 * Last reply from: [Milos Vlaisavljevic](https://wordpress.org/support/users/gdmilos/)
 * Last activity: [5 years, 5 months ago](https://wordpress.org/support/topic/gravity-forms-button/#post-13791628)
 * Status: resolved