SyntaxFix
Write A Post
Hire A Developer
Questions
You may be able to hide a heading if you can add the following CSS:
<style> th { display: none; } </style>
This is a bit heavy-handed and doesn’t distinguish between tables, but it may do for a simple task.