Skip to content

Instantly share code, notes, and snippets.

@wpmonks
Last active April 12, 2018 05:02
Show Gist options
  • Save wpmonks/02db02b57bc5b58b24a71826a21db572 to your computer and use it in GitHub Desktop.
Save wpmonks/02db02b57bc5b58b24a71826a21db572 to your computer and use it in GitHub Desktop.
Style WpForms Dropdown Fields
body #wpforms-FORMID .wpforms-form .wpforms-field.wpforms-field-select select {
border: 2px dotted #ddd;
color: #ccc;
background: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment