Remove the field names from your list view

Hi folks, it may be that you want to remove the names + sorting icons from your list view - here’s a little bit of custom CSS that will make that happen!

Before:

After:

CSS:

.stk-table-header
{visibility: hidden;
}

Enjoy!