Custom CSS
You can apply custom CSS styles on a per-site basis
Last updated
You can apply custom CSS styles on a per-site basis
Last updated
Site wide CSS is configured via the Appearance > CSS tab of the site editor.
All elements within a form schema can have a styleClasses key that can take a string of space separated CSS classes. The below example adds the class my-red-box
to an input element.
This class is defined in the CSS section of the Site / Appearance as follows:
To target specific forms in your app, you can add a styleClasses
key. This will allow you to still keep your CSS in a single location and theme pages separately.
Resulting is something similar to the following: