Skip to content

Instantly share code, notes, and snippets.

@wpmonks
Created April 7, 2018 05:05
Show Gist options
  • Save wpmonks/fc5f734415c8123697ee140a5923b339 to your computer and use it in GitHub Desktop.
Save wpmonks/fc5f734415c8123697ee140a5923b339 to your computer and use it in GitHub Desktop.
CSS code to Style WpForms Field Labes
body #wpforms-FORMID .wpforms-form .wpforms-field-radio li label {
color: yellow;
font-size: 20px;
padding: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment