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

How to hide page title?

Jan Hähl August 5, 2015

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!

2 answers

0 votes
Magui Al Ahmar August 9, 2018

There is a very interesting Macro called Hide Element. Give it a try. It is for free

https://marketplace.atlassian.com/apps/1211757/hideelements-for-confluence?hosting=server&tab=overview

0 votes
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.
August 5, 2015

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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events