How to change the styling for an annotation box in form layoutIssue When using Annotations in Forms, it is possible to change the styling of the text box that the annotation uses (e.g. font, background colour ect.). This knowledge article will detail the steps on how to configure this. ReleaseAll versionsResolution Navigate to the sys_ui_annotation_type table (Form Annotation Types)Click the 'New' UI ActionName it appropriately, e.g. 'Yellow info box'Input the following into the Style field (as an example):background-color: yellow;Save the recordNavigate to a Form Layout and insert a new Annotation, using your new 'Yellow info box' as the type, and input some text.Save the Form Layout and test.