Friday 11 July 2014

Hide column header in a SharePoint list web part

Add content editor web part
the rich text editor, open up the Source editor and enter the following three lines:
[css] .ms-viewheadertr { display: none;} [/css]
Under Layout in the Content Editor Web Part check the “Hidden” check box.
so you’re web part wont’ be seen on your site and click OK. The column headers will now be hidden from view.