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

How to hide the bar (toolbar) or dashboard?

Ricchar M November 27, 2013

Hello! I would like to hide the bar (toolbar) where is it the mouse, I would like to hide the bar (toolbar) absolutely or at least to hide names (Dashboard, template, template Home).

I've got to hide Dashboard and browse but I can't hiding the completely bar (toolbar) or other names.

Could somebody help me?

Thanks!

2 answers

1 accepted

0 votes
Answer accepted
Ricchar M November 27, 2013

Done it! It's so easy, just added this (Look & Feel -> Custom HTML -> At the end of HEAD

AJS.$("#header").css("display","none");
That's simple!
Thanks for your answer Nils Bier
0 votes
Nils Bier _K15t_
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.
November 27, 2013

Hi,

try to add this CSS to your space > stylesheets:

#header {  
   display: none !important;  
}

Does that work for you?

(Further information: https://confluence.atlassian.com/display/CONFKB/How+to+Hide+Elements+in+Confluence+Using+CSS+or+JavaScript)


Cheers,
Nils

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events