Between my "be the first to like this" and the comments section of my pages, there is a macro I believe that shows the qty of child pages and individual links to them. Is there a way to remove this from each page in this space?
In OnDemand, no.
On premise:
In Confluence Admin | Look & Feel | Custom HTML | At the end of the HEAD, paste:
<style> #com-atlassian-confluence #children-section { display: none; } </style>
If you want to do it just in a single space, add the following to the custom stylesheet for that space:
#com-atlassian-confluence #children-section { display: none; }
How can I access this Custom HTML if it does not show for me?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.