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
Was this helpful?
How to remove table headers
None needed 😎
#view_688 .kn-table th { display: none; }
Adjust the View ID and you are set!
Last updated
Was this helpful?