magritton
11/12/2015 - 10:48 PM

This code snippet hides the column header on a list view webpart.

This code snippet hides the column header on a list view webpart.

<style>
#js-listviewthead-WPQ2 {
    display: none;
}
</style>