This code snippet hides the column header on a list view webpart.
<style> #js-listviewthead-WPQ2 { display: none; } </style>