Created
December 11, 2021 08:05
-
-
Save wpmonks/15b600c9c92e8a80d8b2c4ccb6b23d03 to your computer and use it in GitHub Desktop.
Style Ninja Forms Placeholder
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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