• This plugin is great, it does what I want in a very simple manner. However, the header text is always bold, no matter what I choose in the settings, it continues to be bold. I have created my own header and doesn’t need this, I just want a simple table. How I remove the headers or make the text not bold?

Viewing 1 replies (of 1 total)
  • Hello, I apologize for the delayed response. We do not enforce a strong font weight on the header element, but by default, the (table header) element appears bold in most browsers. Therefore, to modify the styling, please consider updating your CSS with the following code –

    .tafe-table tr th {
    	font-weight: normal !important;
    }

    If you still face problem please let me know.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove header or remove boldness’ is closed to new replies.