Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to hide the "spaces"-Button in Confluence Cloud

Nils Merkle July 10, 2016

This question is in reference to Atlassian Documentation: How to hide elements in Confluence using CSS or JavaScript

Thanks to Atlassians Documentaion I was able to hide every Button, I don#t want to be displayed in my Confluence Cloud. The only element that didn't respond to my CSS command (display:none;), is the #space-directory-link.

Has anyone a solution for my problem?

3 answers

1 accepted

1 vote
Answer accepted
Stephen Deutsch
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 10, 2016

Seems like it's changed in more recent versions of Confluence to #space-menu-link smile

Nils Merkle July 11, 2016

Did work. I just wonder, why I didn't get that information out of the page source... Anyway. It did work! Thank you!

1 vote
K_ Yamamoto
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 11, 2017

Since SPA is enabled, the workaround introduced here is no longer available. Please vote for https://jira.atlassian.com/browse/CONFCLOUD-57870 if you want an option to hide sidebar from anonymous users.

Glenn Engel May 3, 2018

Looks like Atlassian closed this issue.  However, this one is still open for voting:  https://jira.atlassian.com/browse/CONFCLOUD-58921.  Get your votes in before they ignore our feedback and close it!

Chris Ang September 7, 2018

Agree, we need this also. Disappointed they don't offer this as I am sure many customers use the platform for documentation like us. Where we do not want certain information such as Activity and Page History or Space Settings open for everyone!

 

I couldn't add a comment in that ticket above but added my vote!

Bryan Krenzin January 5, 2020

this is completely nuts.  As an anonymous user with browse only, i can click on the upper left icon (home), navigate to spaces folder, then click on other peoples stuff.

Like Byron likes this
Byron January 4, 2023

I can't believe such a simple feature is not available. We too want the ability to provide anonymous access to specific spaces without people being able to see all spaces with anonymous access enabled. Is there not a workaround for this?

0 votes
Wendy Podgursky July 25, 2016

Hey Nils - can you confirm that you've got this working on Confluence Cloud. If so, I'd love to know how you got the custom CSS working. Supposedly this is a restricted function on Cloud. https://confluence.atlassian.com/confcloud/restricted-functions-in-confluence-cloud-734070955.html

Nils Merkle July 25, 2016

Hey Wendy, yes I can. Here's y Stylesheet. Everything worked just fine:

#comments-section, #labels-section, #likes-section, .page-metadata, #page-metadata-banner, #breadcrumb-section, #navigation, #space-directory-link, #people-directory-link, #quick-create-page-button, #create-page-button, #space-menu-link, .aui-header-before, div.aui-header-before, div.aui-header-secondary { display: none }

 

Guess I did hide a lot smile

Stephen Deutsch
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 25, 2016

It's technically a restricted function, but since the recent addition of customizations to the sidebar, header, and footer using wiki markup in the standard theme, it is possible. Because Confluence Cloud has the Content Formatting Macros built in, they include the "CSS" macro ({style}) which lets you add CSS to a single page, so you can simply include your desired CSS either in the header or the footer of the page between two {style} tags and then your CSS will be applied either to the entire space or to all pages (depending on if you include it in the space customizations or site customizations, respectively).

Philip Schlesinger July 18, 2017

Doesn't work for me.  I put in both the header and footer (open curly) style (close curly) #title-text (open curly) color:red (close curly) (open curly) style (close curly)

The title stubbornly remained #515151.

 

(sorry about the encoding...answers is apparently blocking me when I try to write the actual curly brackets)

Philip Schlesinger July 18, 2017

And yet after the page loads, if I run the following in the Chrome Dev Console, the title text turns red as expected:

 

AJS.$("#title-text").css("color","red")

Hazwan
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 18, 2017

TEST

HI Stephen, I'm trying to do CSS styling in Confluence Cloud.
I placed the following code in my header and footer...and the title of my page didn't change red:

{style}#title-text{style}

But if I open the Chrome Developer Console and type:
AJS.$("#title-text").css("color","red")
My page title indeed turns red. Help?

Stephen Deutsch
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 19, 2017

If you want to change the title color, then the following should work on Confluence Cloud which hasn't been upgraded to the new style:

{style}#title-text a{color: red}{style}

If you've been upgraded to the new ADG3 style, first of all, header and footer text doesn't appear to be working (as of this moment) at all. Secondly, even if it was working, the content of the page is now displayed in an iframe, so the style macro will only affect page content and can no longer affect anything outside of the page content frame.

Philip Schlesinger July 19, 2017

Atlassian won't let me post the same response in two places so let's continue the conversation here: https://community.atlassian.com/t5/Confluence-questions/Re-Re-Is-custom-CSS-not-allowed-in-Confluence-Cloud/qaq-p/612166/comment-id/81877#M81877

Petro Romanchuk August 16, 2018

Hello @Nils Merkle,

Could you please explain me step-by-step about what exactly place of Confluence Cloud administration menu did you use to paste this peace of CSS code?

Nils Merkle October 4, 2018

Hello @Petro Romanchuk,

it inso longer possible to use CSS in Confluence Cloud. I'm sorry...

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events