Is there a way to hide the page title from the top of the page? We are placing a header image instead, to make the site look more customized, and it would just be the page title on it in front of a background. Would love to know if there was a way to do this.
Hi @Patrick Miranda,
I'm one of the developers of HideElements for Confluence so I know a thing or two about hiding stuff in Confluence. :)
What you are asking for unfortunately is only possible on Server and Data Center, but not in Cloud. There are only a couple of things about the look & feel that you can actually adjust to your needs in Cloud and hiding UI elements unfortunately isn't one of them.
Cheers,
Sven
Is there a way, then to change the color of the title to white, in effect making it invisible?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I wish that hiding the title or at least changing the colour was an option in Confluence cloud. We're using header images as well so don't need to have the title on view as well
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
agree with Karen, it will be good if there is option to hide the title, thanks
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.
Not on Cloud, the title of a page is an integral part of the view.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You may add an HTML Macro on the top of your page and hide the Title ID and metadata class:
<style> /* Hides the Confluence page title */ #title-text { visibility: hidden;} .page-metadata { visibility: hidden;} </style>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is this option available on the Server version and how would I be able to accomplish this? Should I open a new request? Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Press "ALT 255" in the page title space and this will create an ASCII space. Confluence accepts that as a character and you can save the page without an official title. Child tabs can't have names with the same title, so create 2 or more ASCII spaces for each page, depending on how many child tabs you have. I hope this helps with your question.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This makes your page tree, search, and macros hard to use or completely useless, I strongly recommend not doing this.
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.