Change UI action button colorIssue UI Action buttons may be required to have a different background colour (or) Text colour in the Form.ResolutionThe below steps can be used to change the background/text colour of a UI Action button in the Form: Open a Incident form.Locate the button whose background/text colour, then copy the element 's ID.Create a UI Formatter and a UI Macro and name them something relevant. Add a CSS code in the Ui Macro.Example below: #sysverb_update, #sysverb_update_bottom {background-color: DarkBlue !important; color: #fff; } For more details, please refer to the below community aricle: https://community.servicenow.com/community?id=community_question&sys_id=cf808325db98dbc01dcaf3231f961930