Using CSS overrides, Brillium display elements can be removed from the assessment interface in order to customize the look and branding of assessments. The following describes the CSS that can be added to the CSS Overrides on the Properties tab of an assessment to achieve the specified changes to the assessment screens.
The following CSS will remove the indicated display elements from the Brillium assessment interface.
.header-main {
display: none;
}
.steps {
display: none;
}
.group {
display: none;
}
.question-number {
display: none;
}
.question {
background: rgba(255,255,255,0.07);
}| CSS Override Code | Effect | |
| Removes the logo, assessment name, and the upper most header container. | |
| Removes the step bar at the top of the screen. | |
| Removes the Question Group section from display.
| |
| Removes the question number column from display.
| |
| Removes the question container shaded background area to display only white. This is typically to give a uniform appearance more like a document, or when required by legal or accessibility reasons.
|
| Note: Cascading Style Sheets (CSS) require some web development knowledge and expertise. Brillium Support staff cannot provide support for any customer-implemented code, including any changes to CSS. Code changes are implemented "at your own risk" and not guaranteed to be compatible with future versions of the software platform. |
Comments
0 comments
Please sign in to leave a comment.