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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.