How can add a link to a page which doesn't yet exist? I remember that in previous versions, one would have been allowed to select a text add a link like "sub-link-page", and if the page wouldn't yet exist it would be created and linked successfully.
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.