Modify the CSS settings for Approvals

An Administrator can change the Cascading Style Sheet (CSS) formatting applied to HTML-based Approvals.

  1. From the Administration menu, click General > Approvals.
  2. Enter the CSS code in the CSS textfield.
    For example:
    h1{
       color: blue;
    }
    Note: The CSS code must be well-formed and valid to work.