How to hide the project's workspace dropdown in the Knowledge base site?

Prev Next

Plans supporting the use of custom CSS and JS in knowledge base site

Professional
Business
Enterprise






If you have access to multiple project workspaces, the workspace dropdown appears at the top left of the knowledge base site. If you want to turn off the workspace selection dropdown option, you can use the below solution.

NOTE

How will you navigate between project workspaces without the dropdown?
If you implement the below solution, the user must know the exact URL of the workspace page to access it.

Solution

  1. Navigate to Settings () > Knowledge base site > Customize site > Custom CSS & JavaScript in the Knowledge base portal.

  2. From the left navigation pane, click on the CSS tab and paste the following CSS snippet:

header .header_bottom .header_bottom_nav ul li.versions-selection {
    display: none;
}
  1. Click Save.

Outcome

2_Screenshot-hidden_workspace.png