Wiki source code of Testtitel ausblenden (CSS)

Last modified by Carina Enke on 26.09.2024

Hide last authors
Carina Enke 78.1 1 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).
Carina Enke 24.1 2
Carina Enke 78.1 3 [[image:attach:Testrun - Testtitel wird angezeigt_de.png||data-xwiki-image-style="img-screen" data-xwiki-image-style-border="true" width="500"]][[image:attach:Testrun - Testtitel ausgeblendet_de.png||data-xwiki-image-style="img-screen" data-xwiki-image-style-border="true" width="500"]]
Carina Enke 24.1 4
Carina Enke 78.1 5 To do this, use the following CSS statement:
Carina Enke 24.1 6
Carina Enke 74.2 7 {{code language="css"}}
Carina Enke 24.1 8 .nav-header h1 {display: none !important;}
9 {{/code}}
10
Carina Enke 78.1 11 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.