Hello! I would like to hide the page's name (template > template home), I've got to hide the dashboard but I need to hide the names also.
Could somebody help me?
Thanks!
Ok...I attach new imagen, I mean where is the red box so...can I hide it?
Thank you!
That confirms it's the breadcrumbs.
Althogh I mentioned coding, I have seen it done with a very quick change to the css. If you add
#breadcrumbs {display:none;}
to the global css, it will not display the section. I can't remember which version(s) of Confluence that works for, but if it doesn't work for you, then you'll need something more recent and clever - start at https://answers.atlassian.com/questions/55093/remove-redundant-breadcrumbs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I would like to remove the name which is on the bar (header), not the name which is beside to the logo.
I've tried with code but only I could to hide dashboard no the other name beside to right, maybe I don't explain very well...but do you understand me?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Oh, do you mean the breadcrumbs right at the top of the screenshot?
Again, I think you can't hide those without a bit of code, either in the theme or in the core of Confluence. It's because that part of the screen is rendered in a different part of the application from where you've been changing the page content. I'm less sure removing them is a problem for the user though (I know I rarely look there)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can't hide the name of a page in Confluence, it's part of the url.
You could try to remove it from the display screen, which will need some coding, but that's really going to confuse the users, as they won't know where they are. Not recommended!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.