How to hide the project versions dropdown in the Knowledge base site?
- 30 Jun 2022
- 1 Minute zum Lesen
-
Mitwirkende
-
Drucken
-
DunkelLicht
-
pdf
How to hide the project versions dropdown in the Knowledge base site?
- Aktualisiert am 30 Jun 2022
- 1 Minute zum Lesen
-
Mitwirkende
-
Drucken
-
DunkelLicht
-
pdf
There is no German content available for this article, You are viewing the fallback version (English).
If a user has access to multiple project versions, the version dropdown would appear at the top left of the Knowledge base site. If you want to disable the versions dropdown option, you can use the below solution.
How can users navigate between the project versions?
If you implement the below solution, the user must know the exact URL to access the versions.
Solution
- Go to Settings → Knowledge base site → Custom CSS & JavaScript, and Custom CSS tab is the default selection
- Paste the below CSS snippet in the window
header .header_bottom .header_bottom_nav ul li.versions-selection {
display: none;
}
- Click Save
Outcome
War dieser Artikel hilfreich?