Phone
Request a phone number
Configuration | Value |
---|---|
Required | Toggle on/off if required |
Label | Enter a label for your phone input |
Theme-able Classes
.themeable_input_phone_root {
/* styling of base element containing input and label */
}
.themeable_input_phone_label {
/* styling of label */
}
.themeable_input_phone_input_container {
/* styling of element containing both input and dropdown select */
}
.themeable_input_phone_country_selected {
/* styling of the selected country text (2 letters) */
}
.themeable_input_phone_drop_down_arrow {
/* styling of the drop down arrow for the country select */
}
.themeable_input_phone_input {
/* styling of the input itself */
}
.themeable_input_phone_country_select_menu {
/* styling of the container of the country select menu */
}
.themeable_input_phone_country_select_option {
/* styling of each option in the country select menu */
}
Updated about 1 year ago