Hide Test Title (CSS)
Last modified by Carina Enke on 26.09.2024
When performing a test, the test title is displayed in the upper left pane. You may hide the test title using your own style sheet file (CSS).
To do this, use the following CSS statement:
.nav-header h1 {display: none !important;}
Save the statement in a CSS file (.css). Then add the CSS file to the test content by uploading it as a style sheet file to the Layout settings section in the Options tab.