How can I hide the author / edit info running onDemand Confluence ?
Hello Mika, that is something that could be achieved in self hosted instances using the following markup:
<style> #com-atlassian-confluence .page-metadata { display:none; } </style>
https://confluence.atlassian.com/display/DOC/Styling+Confluence+with+CSS
Currently that is not achievable in OnDemand, there is a feature request for this item under our issue tracker.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.