Each Page has a "Comments" field at the bottom. Some page owners would like it removed/hidden. Is this possible?
You can do this through Stylesheets if you are a Space administrator.
In Space administration -> Look and Feel -> Stylesheets
#comments-section {
display: none;
}
The stylesheet will be applied on every page across the entire Space.
To disable this for every Space on the instance, you would need to apply this .css globally via for example custom html in global administration, as an inline html/css reference, e.g.
<style type="text/css">
..
</style>
Custom HTML applies to every page on Confluence globally.
Thanks for the quick reply! Another person suggested using the "Hide" Macro, and that worked alos.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Right right - I also just realized that you originally said page owners - so with the .css this would also work if you add a "html" macro somewhere on the page and just place the style in it. Anyhow if "Hide" works then that sounds like a good option too :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Meet the engineers who are making the Confluence magic happen at Atlassian ✨
RSVP now!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.