How to Style WPForms Dropdown Fields

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

Dropdown fields in forms lets user select an option among a set of choices. You can use dropdown fields to get information like country, state etc. It is quite easy to change the design of dropdown fields using Styler for WpForms plugin and custom CSS codes. In this tutorial you will learn the steps to make the design changes.You can also check the turtorial to change the design of text fields.

Style WpForms Dropdown Fields with Free Plugin

Styler for WpForms is a free WordPress plugin which is built on customizer API which allows you to modify design of your form fields in frontend with live preview. This plugin has 100+ options to change font color, font family, border, padding etc.

Here are the steps to modify the styling of dropdown fields with Styler for WpForms plugin

  • Download Styler for WpForms plugin from WordPress repository and activate it.
  • Now Select the Form you want to design and then go to Dropdown Fields option.

 

dropdown field settings

Dropdown fields with Styler for WpForms

  • Using the dropdown fields settings you can style the drop down fields. It includes the following properties:
    • Maximum width: This option determines the width which can be applied to the dropdown fields.
    • Font  size : This property is used to define the font-size of the  text.
    • Font  color :  You can use the font color property to give the color to the fields.
    • Border size : This property allows you to specify the size of the border .
    • Border type:  You can use any type of border  by selecting from the given options . The default type is inherit .
    • Border color :  Using the border color option you can select any color you want to use for the field border.
    • Border radius : border radius allows you to define the radius for the border . you can give its value in px,% or ems.
    • Background color: This option can be used to select the background color for the dropdown fields .
    • Margin:  This option  is used to create a space around the dropdown fields. You can also use margin-top,margin-left,margin-bottom and margin-right properties .
    • Padding : This option is used to  provide the space between the text and the fields. You can also use padding-top,padding-right, padding-bottom and padding-left properties.
  • To make the changes live you have to click on the Publish button.

Here is the video tutorial showing all the above steps in action

Style WpForms Dropdown Fields with CSS

By using custom CSS you can use all the properties available in Styler for WpForms as well as any other that you want but it isn’t available in the plugin. Here is the CSS code for modifying the styling of dropdown fields. The following code should be either placed in style.css of your current active theme file or you can also place in in customizer -> Additional CSS.

Note: You must replace FORMID with actual id of the form you are designing.

Code Explanation: 
body #wpforms-FORMID .wpforms-form .wpforms-field.wpforms-field-select select

The above code tells browser to find all the dropdown fields in the form and then apply the properties under that code to them. In the above example the font color will become #ccc and a dotted border of 2px with #ddd as color will be applied.

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

Indispensable for WPForms forms

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

Beautifully Simple Styling

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

Really good

It can freely style wpform perfect

Makes a difference

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

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.

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.

Very good

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

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.

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.

Great plugin!

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

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.

Brilliant plugin

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

Perfect Addon Tool

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

very very very perfect !

thank you for your plugin !

Magnificent Plugin for Styling WPForms

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

Beautifully functioning

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

Very useful!

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

Excellent

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

Very easy and helpful

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

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.

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.

Great Plugin

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

Very helpful

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

Works …

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

Love It!

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

Easy and nice

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

2 Comments

  1. Ken Mick

    Great info! How might I be able to manage the width of the dropdown fields on mobile, where descriptions of the various multiple choices may be long, and get cut off on small devices. I’m able to format and wrap the text of a longer line, after it’s been selected. But the other “hover” lines may run past the width of smaller mobile screens.
    Thank you.

    Reply
  2. Alex

    What is driving me nuts is trying to put a dropdown list within the body of a paragraph, so that I can scaffold paragraph writing for second language speakers. The goal is to give students a few choices with which to fill in the blanks in a textbook format.

    Reply

Submit a Comment

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