How to hide the project versions dropdown in the Knowledge base site?
- 30 Jun 2022
- 1 Minute à lire
-
Contributeurs
-
Impression
-
SombreLumière
-
PDF
How to hide the project versions dropdown in the Knowledge base site?
- Mis à jour le 30 Jun 2022
- 1 Minute à lire
-
Contributeurs
-
Impression
-
SombreLumière
-
PDF
There is no French 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
Cet article vous a-t-il été utile ?