Hide table header row
Can you hide the header row of a table someway? The doesn’t seem to be a option for that.
I can’t find a way to inject css there either.
I can’t find a way to inject css there either.
Solution
While you may not be able to inject CSS to that part of the table, you can inject CSS elsewhere in the page that targets the selector of that element (if you can specifically identify it). A render-hook for (I think it's called)
page.style-end could do it.