Skip to content

Instantly share code, notes, and snippets.

@wpmonks
Created December 11, 2021 08:05
Show Gist options
  • Save wpmonks/15b600c9c92e8a80d8b2c4ccb6b23d03 to your computer and use it in GitHub Desktop.
Save wpmonks/15b600c9c92e8a80d8b2c4ccb6b23d03 to your computer and use it in GitHub Desktop.
Style Ninja Forms Placeholder
.nf-field-element input::placeholder,
.nf-field-element input::-webkit-input-placeholder,
.nf-field-element input::-moz-placeholder,
.nf-field-element input:-ms-input-placeholder {
color: red;
font-size: 1.2em;
font-style: italic;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment