You have posibility to adjust Data Table plugin inside it’s editor. But for persons, who like to power CSS we made the CSS Tab inside each table. So, to set table header style you need to perfoms a simple instruction:
- Click on CSS tab inside your table
- Paste there the code:
#supsystic-table-1 th {
font-size: 20px;
font-family: Verdana Sans-Serif;
}
where 1 – is your table id number
- Table header on the start
Alice Beta Cathy Dafney Fiona Moris Forest Wolf Smith Uki 1 44 17 40 99 2 55 18 30 11 3 66 19 20 66 This is how your table will look having this code in header
Alice Beta Cathy Dafney Fiona Moris Forest Wolf Smith Uki 1 44 17 40 99 2 55 18 30 11 3 66 19 20 66