Click Leave Space to remove yourself from a space. When you leave a public space, you'll still be able to view the space and its public content. When you leave a private space, you won't be able to view the space and its content.
Admin Add the following code in Control Panel > System > CSS Overrides to hide the leave space button in all spaces.
/*Hide Leave Space button in all spaces*/ li[id$='LeaveSpace'] { display: none; }
Use the following code to hide the leave space button in a specific space. Replace x-custom-space-human-resources with the class name of your space. This can be found in the HTML source in the body tag. Refer to CSS for Spaces.
x-custom-space-human-resources
/*Hide Leave Space button in the Human Resources space*/ .x-custom-space-human-resources li[id$='LeaveSpace'] { display: none; }
is requesting access to a wiki that you have locked: https://my.axerosolutions.com/spaces/5/communifire-documentation/wiki/view/4948/leave-a-space
Your session has expired. You are being logged out.