Label
Labels are blocks of text that don't require a response
The label input is text that is not interactive. It can be used for instructions, descriptions, questions, etc.
Configuration | Value |
---|---|
Label | Enter the text to use in your label |
CSS Color | Enter a hex code to change the color of your label Example: #000000 |
Theme-able Classes
.themeable_input_generic_container {
// styling of the generic input container
}
.themeable_input_label_container {
// styling of the label input specific container
}
.themeable_input_label {
// styling of the input label text
}
Updated about 1 year ago