Remove Table Header

How to remove table headers

The JS

None needed 😎

The CSS

#view_688 .kn-table th { display: none; }

How to Implement

Adjust the View ID and you are set!

Last updated