Modify the CSS settings for Collaborative Reviews

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

  1. From the Administration menu, click General > Collaborative Review.
  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.