We are using Documentation Theme in one of the space. However we wanted to hide the child pages shown on all the pages. This can only be done by changing the scripts used in Page layout of the space. However I have noticed that if a space is using Documentation Theme, I can not change the layout of the space. Can you please help me in changing the layout of an space using Documentation Theme
You can do this using CSS -- add this to the Space Stylesheet (found under Space Admin).
#children-section { display: none; }
The links will still be visible in the source code, but won't display to users.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.