Custom CSS
The Custom CSS
field allows free input of CSS rules. These rules can affect the whole page. The default value is an example class that applies to the Data+ Forms extension only:
.dpf_extension .customClass {
}
This allows you to overwrite the default styling of the Data+ Forms extension or to define CSS classes for HTML used in labels or form elements.
TIP
- All form element wrappers have a unique id of the form:
<pageID>-<elementID>
(refrence by using#<pageID>-<elementID>{}
) - The label has the
formElementLabel
class (reference by using.formElementLabel{}
)