Hi,
how can i hide the page title for one single document or a single space? Other spaces should not be affected... thanks! New to Confluence, so pls don' blame me if there is already an answer... couldn't find one.
Thanks a lot!
There is a very interesting Macro called Hide Element. Give it a try. It is for free
Here is the code to hide the page title (and also the metadata, like who edited the page, since it looks weird all by itself (if you still want it, just include only the first half):
<style> #title-heading { display:none; } .page-metadata { display:none; } </style>
That is HTML code. CSS code is the code above without the <style> tags.
For a single page, you can insert the HTML code into the HTML macro or insert the CSS code into the CSS Macro (part of the free section of the Content Formatting Plugin from Adaptavist, which is also included in Cloud)
For a space, insert the CSS code into the Custom CSS section.
More information about custom CSS: https://confluence.atlassian.com/display/DOC/Styling+Confluence+with+CSS
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.