- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Misc1 & Misc2
- CSS entered in the Ui Label Style property of a form field will override the system style of the field's label or the form's Ui Label.
- Examples of CSS can be located online.
- Test and validate CSS in your forms outside of working hours to verify the style you're trying to use is supported in ACE and working as expected.
Setup
Enter CSS under Setup - Forms - Form - Form Fields - Selected Form Field - Ui Label Style
Here are some examples of CSS:
color: red;
font-weight: bold;
font-style: italic;
Watch the video below for additional guidance.
Was this article helpful?