How to hide elements in the Space Tools Menu

Still need help?

The Atlassian Community is here for you.

Ask the community

Platform notice: Server and Data Center only. This article only applies to Atlassian products on the Server and Data Center platforms.

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Except Fisheye and Crucible

Purpose

To hide specific elements displayed in Space Tools menu. The following are some examples:

How to hide Delete Space for all users

  1. Go to  > General Configuration > Stylesheet (under "Look and Feel" section)
  2. Click edit
  3. Add the following code:

    [data-web-item-key=removespace] {
      visibility:hidden !important;
    }
  4. Save

How to hide Reorder Pages for all users

  1. Go to > General Configuration > Stylesheet (under "Look and Feel" section)
  2. Click edit
  3. Add the following code:

    [data-web-item-key=reorder] {  
      visibility:hidden !important;  
    }  
  4. Save


DescriptionHow to hide certain menu in the Space Admin console
ProductConfluence
Last modified on Apr 4, 2019

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.