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