Title: Remove document &#8220;type&#8221; column
Last modified: November 2, 2016

---

# Remove document “type” column

 *  Resolved [jkerksick](https://wordpress.org/support/users/jkerksick/)
 * (@jkerksick)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/remove-document-type-column/)
 * Is there a way to customize my File Away table to just display the folders and
   files, without having the “type” column that displays the icon and document description?
   I tried adding type=”no” to the shortcode but it didn’t work. Please advise!

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [thomstark](https://wordpress.org/support/users/thomstark/)
 * (@thomstark)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/remove-document-type-column/#post-8389765)
 * Add this to your Custom Styles on the File Away settings page:
 *     ```
       th.ssfa-sorttype,
       td.ssfa-sorttype
       {
           display:none!important;
       }
       ```
   
    -  This reply was modified 9 years, 5 months ago by [thomstark](https://wordpress.org/support/users/thomstark/).
 *  Thread Starter [jkerksick](https://wordpress.org/support/users/jkerksick/)
 * (@jkerksick)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/remove-document-type-column/#post-8396369)
 * Thank you, that worked. Is there a way to isolate it to one table or one page?
   I use File Away on most pages on my website but only want the changes applied
   to one table.
 *  Plugin Author [thomstark](https://wordpress.org/support/users/thomstark/)
 * (@thomstark)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/remove-document-type-column/#post-8396658)
 * Yes, absolutely.
 * To your fileaway shortcode, add: `name="MyClassThatINamedThis"`
    e.g.:
 * `[fileaway type="table" name="MyClassThatINamedThis"]`
 * Then change your custom css to this:
 *     ```
       div#MyClassThatINamedThis th.ssfa-sorttype,
       div#MyClassThatINamedThis td.ssfa-sorttype
       {
           display:none!important;
       }
       ```
   
 * Obviously you can use whatever name you want, doesn’t have to be “MyClassThatINamedThis”.
   Just all one word, no spaces.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove document “type” column’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/file-away_e3e2e1.svg)
 * [File Away](https://wordpress.org/plugins/file-away/)
 * [Support Threads](https://wordpress.org/support/plugin/file-away/)
 * [Active Topics](https://wordpress.org/support/plugin/file-away/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/file-away/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/file-away/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [thomstark](https://wordpress.org/support/users/thomstark/)
 * Last activity: [9 years, 5 months ago](https://wordpress.org/support/topic/remove-document-type-column/#post-8396658)
 * Status: resolved