Confluence: Hiding page Comments

Author:  MikeW Date: 2022-10-25T02:32:00+00:00

Post Icon

To hide the comments on a Confluence page do the following.

  1. Edit the page.
  2. Open an HTML macro somewhere on the page.
  3. Enter the following code into the macro box.
<style type="text/css">
#comments-section { 
    display: none; 
}  
</style>

(4) Save the page.

The comments at the bottom of the page should now dissappear.