Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Following instructions will take you through on how to hide the modified by column on attachments highlighted below.

Image Added

1.Navigate to the space which you want to hide the modified column and click on the menu next to the star beside the name of the space:

...

Code Block
languagecss
.attachment-created ,.modified-column  {  
    display:none;  
  }  


5.The modified column will now not be visible:

Image Added