Created
October 5, 2016 18:35
-
-
Save jameslaws/db027d38767c43aeb5641ca4cefdcd2c to your computer and use it in GitHub Desktop.
Styling the Field Container of a Ninja Form
This file contains hidden or 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
/* | |
Styling all field containers | |
*/ | |
.nf-field-container { | |
/* Your CSS styles */ | |
} | |
/* | |
Styling a field type container | |
EXAMPLE: .textbox-container {} | |
*/ | |
.field-type-name-container { | |
/* Your CSS styles */ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment