Title: CSS for form
Last modified: June 25, 2020

---

# CSS for form

 *  Resolved [digigets](https://wordpress.org/support/users/digigets/)
 * (@digigets)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/css-for-form/)
 * Hey! please give me some css code to make this form look stylish.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcss-for-form%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Support [Laura – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support8/)
 * (@wpmudev-support8)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/css-for-form/#post-13036438)
 * Hi [@digigets](https://wordpress.org/support/users/digigets/)
 * I hope you’re well today!
 * Could you please elaborate on the “stylish look” a bit more? What exact changes
   would you like to apply to the form?
 * We’re happy to help with minor CSS tweaks but please note that if it comes to
   fully styling entire form or any other part of the page – such assistance falls
   under the “custom design and development” scope which is a bit outside of what
   we can provide.
 * I’ll be more than happy, though, to help you with some small tweaks if you describe
   precisely what changes would you like to get applied there.
 * Kind regards,
    Adam
 *  Thread Starter [digigets](https://wordpress.org/support/users/digigets/)
 * (@digigets)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/css-for-form/#post-13037312)
 * I want to make that form corners rounded instead of square
 *  Plugin Support [Imran – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support9/)
 * (@wpmudev-support9)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/css-for-form/#post-13044996)
 * Hello [@digigets](https://wordpress.org/support/users/digigets/)
 * I trust you’re doing well!
 * To make the input field to be shown with round corners, please add this CSS code
   to Appearance > Customize > Additional CSS:
 *     ```
       .forminator-input {
                border-radius: 10px !important;
   
        }
   
        textarea {
               border-radius: 10px !important;
        }
       ```
   
 * Feel free to edit the value for the `border-radius` to change the input field
   appearance. Please note, I’ve added `!important` tag, this means that the code
   can’t be overwritten with another CSS code. So if the input field requires border-
   radius to be edited, please change it in this CSS code above.
 * Kind regards,
    Nastia
 *  Thread Starter [digigets](https://wordpress.org/support/users/digigets/)
 * (@digigets)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/css-for-form/#post-13045012)
 * Ok thanks!!

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

The topic ‘CSS for form’ is closed to new replies.

 * ![](https://ps.w.org/forminator/assets/icon-256x256.gif?rev=3443182)
 * [Forminator Forms – Contact Form, Payment Form & Custom Form Builder](https://wordpress.org/plugins/forminator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/forminator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/forminator/)
 * [Active Topics](https://wordpress.org/support/plugin/forminator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/forminator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/forminator/reviews/)

## Tags

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

 * 4 replies
 * 3 participants
 * Last reply from: [digigets](https://wordpress.org/support/users/digigets/)
 * Last activity: [5 years, 11 months ago](https://wordpress.org/support/topic/css-for-form/#post-13045012)
 * Status: resolved