A source of annoyance for me on our internal Confluence installation is the default list of child pages at the bottom of every page. I finally found a solution on Sarah Maddox’s blog post Confluence tip – how to hide child pages in the Documentation theme.
Caveat
These instructions are tested on the Documentation space theme. If you are using a different theme in your space, it may not work.
Pre-requisite
You must be the space administrator to make this change. If you’re not the administrator, suggest this to the administrator.
Steps
- Go to Browse > Space Admin > Stylesheet.
- Add/edit the stylesheet.
- Paste this code in the box.
- Save and rejoice!
#children-section{display:none;}
Check out Sarah Maddox’s awesome Confluence book Confluence, Tech Comm, Chocolate: A Wiki as Platform Extraordinaire for Technical Communication (affliate link).