Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Remove the child pages link

George Corder
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 17, 2013

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?

1 answer

2 votes
David at David Simpson Apps
Atlassian Partner
May 17, 2013

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;
  }

Kelly Mankenberg
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 12, 2013

How can I access this Custom HTML if it does not show for me?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events