mister i’ve few question. i hope you help me
1) i want change hover color for all cells other than head row. on head row i managed do that with your FAQ help.
2) how make so that, table always show all the rows (without page turning) . now it show only 10 out of 29 , i want to show all 29 for all my table. i don’t need paging.
3) from where i can change the text of some labels? like search, show etc.
4) how align text for whole table? i tried for head row ,but does not work. i write it like this
.tablepress .row-1 {
font-family: calibri light;
font-size: 12px;
color: #ffffff;
text-align: center;
}