Wiki source code of Testtitel ausblenden (CSS)
Last modified by Carina Enke on 26.09.2024
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 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). | ||
| 2 | |||
| 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"]] | ||
| 4 | |||
| 5 | To do this, use the following CSS statement: | ||
| 6 | |||
| 7 | {{code language="css"}} | ||
| 8 | .nav-header h1 {display: none !important;} | ||
| 9 | {{/code}} | ||
| 10 | |||
| 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. |