Title: [Plugin: Contact Form 7] making fields rounded?
Last modified: August 19, 2016

---

# [Plugin: Contact Form 7] making fields rounded?

 *  [jetlej](https://wordpress.org/support/users/jetlej/)
 * (@jetlej)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-making-fields-rounded/)
 * Is there any way I can make the text fields more rounded at the corners? Thanks

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-making-fields-rounded/#post-1166702)
 * That’s a CSS issue – not a plugin one. You need to style your input boxes via
   your theme’s stylesheet.
 *  Thread Starter [jetlej](https://wordpress.org/support/users/jetlej/)
 * (@jetlej)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-making-fields-rounded/#post-1166746)
 * How can I do that?
 *  [sensecall](https://wordpress.org/support/users/sensecall/)
 * (@sensecall)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-making-fields-rounded/#post-1166843)
 *     ```
       input {
       -moz-border-radius: 5px;  /*or whatever radius*/
       -webkit-border-radius: 5px;  /*or whatever radius*/
       }
       ```
   
 * [http://www.css3.info/preview/rounded-border/](http://www.css3.info/preview/rounded-border/)

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

The topic ‘[Plugin: Contact Form 7] making fields rounded?’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 3 participants
 * Last reply from: [sensecall](https://wordpress.org/support/users/sensecall/)
 * Last activity: [16 years, 9 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-making-fields-rounded/#post-1166843)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
