On my website we have a lot of FAQs and we put the questions/answers in a SharePoint list. When you place that list on the webpage, you get the column header, but since there are only two columns in the list, it's pretty obvious which is which. Furthermore, the sorting and filtering capability isn't really necessary.
THE BEFORE
![]() |
The nature of this list makes the column headers look odd and out of place. |
![]() |
Sorting and filtering options just are necessary for a list like this. |
<style>
TR.ms-viewheadertr > TH.ms-vh2 {
DISPLAY: none
}
</style>
THE AFTER
They are gone!