How to Style WPForms Text Fields

by | Last updated Mar 11, 2025 | wpforms, Styler for WpForms | 2 comments

Text field is one of the most common field that is present in almost every form. You may be using it to get name, title, last school attended or any other information. It is a versatile field. These fields can be designed with Styler for WpForms plugin or with custom CSS code. In this article I will present both the methods and you can use whichever works best for. You can also check our tutorial for designing field labels.

Style WpForms Text Fields

  • Install and activate Styler for WpForms. You can do that by downloading it from WordPress plugin repository or by directly searching for this plugin from your WordPress dashboard.
  • Now open customizer on the page in which you have added the form. If customize option is not visible to you then you can check the tutorial for alternate methods to open customizer.
  • Go to Styler for WpForms -> Select Form and then choose the form which you are designing.
  • Once the page reloads the open Text Fields section.

text fields settings

  • Using the text fields settings you can style the fields of your form. It contains the following  properties:
    • Maximum width:  Using this option you can specify the width for the text fields.
    • Font Size : Font size option enables you to give the size to the text.
    • Font Color: You can also give the color to the text by choosing the font color property.
    • Border size :  This option is used to determine the size of the border . You can define any border value in px,% or ems.
    • Border type: This property defines the type of the border .There are different types of border  which can be used  like double,dashed, solid dotted etc.
    • Border Color: It is used to determines the color of the border .
    • Border Radius:  This option is used to give the specific  radius to the border of the text fields. The value can be given in px,% or ems.
    • Background Color:  This option specifies the background color of the text fields. You can use the select color option to apply the background color.
    • Margin: The  margin determines the space around the text fields . you can use the margin-top,margin-right,margin-bottom and margin-left properties  .
    • Padding:  The padding option is used to provide the space between  the text  inside the text fields. You can also use the top-padding, right-padding, bottom-padding and left-padding properties .
  • Once you have finalized the changes then click on the Publish button at top and the changes will become live.

Here is a video tutorial showing you all the styling steps

Style WpForms Text Fields with CSS

For styling text fields with CSS you should know the id of the form for which you want to make. Replace the FORMID in the below code with your form id.

The above code will not only target normal text fields but all the properties will also apply for email, telephone, url/website, number and password fields.

Code Explanation: 
body #wpforms-FORMID .wpforms-form .wpforms-field input[type=text],
body #wpforms-FORMID .wpforms-form .wpforms-field input[type=email],
body #wpforms-FORMID .wpforms-form .wpforms-field input[type=tel],
body #wpforms-FORMID .wpforms-form .wpforms-field input[type=url],
body #wpforms-FORMID .wpforms-form .wpforms-field input[type=password]
body #wpforms-FORMID .wpforms-form .wpforms-field input[type=number]

This code will target all the different type of text fields in WpForms. We have given color of #ddd, border of 1px , border radius of 2px and white background color. It will get applied to all the above input types.

Need help in designing other parts of form then check the complete WpForms design tutorials. Feel free to leave a comment in case you face any issues with the above tutorial.

Still stuck? Need custom solution? We can help
Ultimate Kit for WPForms

A must have for WP Forms

WPForms is a great form builder, and this plugin makes it even better. Tried to use CSS only and quickly ran into trouble. This plugin did what I needed in minutes.

Works …

The little I used it .. it works and does what I want

Great Tool

Great tool\add on to WP Form. I needed to change the color of the Check boxes text on my form and was able to do it easily with Styler for WPForms.

Beautifully functioning

It can well unify the style of websites using wpforms, which is extremely helpful.

Fantastic for forms

I am new to WP and this was an easy to use plug-in to make a form I needed for my new site. Really easy to understand. When I hit a snag (mainly because I am still learning) the customer service was quick and kind to walk me through things. Looking forward to creating more.

Does what it says

Just what I needed: stylish WpForms.

Always my go to

This does exactly what I need it to, simple to use, easy to set up and integrate.
I use this on over 100 sites and never had a problem.

Great Plugin

Great plugin, helped me a lot. Thanks to the developers.

Magnificent Plugin for Styling WPForms

Marvelous plugin, easy to use, and solve the lack of WPForms design. I love this plugin.

An Awesome Plugin

This is really the first time I’m ever going to rate a plugin – not because all others aren’t good but I just love this plugin.

Excellent

If you need to create functional forms very often this is an amazing tool. Complete and easy to use.

Really good

It can freely style wpform perfect

Very good

Simple setup, simple deploy, simple use! Thanks for this addon very helpfull for me

Beautifully Simple Styling

Perfect for styling WP Forms just the way you want them.

very very very perfect !

thank you for your plugin !

Very easy and helpful

This plugin made my day.. it helped me to resolve some small, but important issues

Love It!

So easy to customize WP-Forms without the hassle of CSS.

Very helpful

The perfect thing to help you customize and tweak your forms, especially those button colors. Recommended.

This is the best Forms plug so Far!

I have customized my forms with this simple and supper easy to use plug in. Thank you guys for make my sites looks better and my life easier with your solutions.

Keep that great work going.

Easy and nice

Really easy to use for someone who has no specific knowledge.

Super handy tool

WPForms actually provides a lot of code on their site for styling forms, but this is still a really excellent little plugin that saves time and gives you more flexibility.

Highly recommended.

Makes a difference

Solid, easy to use, clean, visual form styles.

Perfect Addon Tool

Excellent plugin. Very reliable and used with my client sites running WPForms. Strongly recommend.

Great plugin!

Thank you for being a lifesaver, I really owe you guys! Useful plugin specially for students like me.

Very useful!

A very useful tool, without it there are very few options to stylize WP Forms. Thank you, good work!

Brilliant plugin

I am new to website building and this plugin is my favourite. It is so easy to use and looks beautiful

Indispensable for WPForms forms

Great plugin, works perfectly and has given me great support in customizing forms created with WPForms. Thank you!

2 Comments

  1. Cindy

    How can I change a form field in an existing form from a text field to an email field?

    Reply
    • sushil kumar

      You can’t convert an existing field to other type. You have to remove the current field and then add email field.

      Reply

Submit a Comment

Your email address will not be published. Required fields are marked *