Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How do I hide the page title on specific pages in Confluence cloud?

Dan Zietlow
Contributor
February 1, 2017
 

1 answer

0 votes
Luiz Farias
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 2, 2017

Hello Dan,

This is possible with CSS enabling the Custom Stylesheets for Spaces.
First you need to follow the instructions on this page to enable Custom Stylesheets:  Styling Confluence with CSS

This CSS code will hide the title from your pages:

#title-heading {
display:none;
}
.page-metadata {
display:none;
}

However, this CSS will be applied to all pages from a specific space.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events