diff --git a/core/um-fields.php b/core/um-fields.php index c5c98f07..4b91e127 100644 --- a/core/um-fields.php +++ b/core/um-fields.php @@ -593,6 +593,7 @@ class UM_Fields { } $array['classes'] .= ' um-field-' . $key; + $array['classes'] .= ' um-field-' . $array['type']; switch( $array['type'] ) {