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.

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_Screenshot-hiding_project_workspace_dropdown.png

  1. Go to Settings -> Knowledge base sie -> Custom CSS & JavaScript, and Custom CSS tab is the default section
  2. Paste the below CSS snippet in the window
header .header_bottom .header_bottom_nav ul li.versions-selection {
    display: none;
}

  1. Click Save

The "Snippet" selection on the Custom CSS page is not required for this customization. Just paste the code snippet in the CSS code window and click on "Save".

Outcome

2_Screenshot-hidden_workspace.png