Hi
Just wondering if you can help. I recently added a new column to my table and am finding that the header in that last column is now coming up in black text rather than the white like the rest of the columns.
I have this CSS applied, do you know why it may not be working? Table ID 6 and ID 1 are the ones with the issue?
.tablepress .row-hover tr:hover td {
background-color: #ffffff;
}
.tablepress-id-1 tbody td {
font-family: arial;
font-size: 14px;
color: #000000;
text-align: center;
}
.tablepress-id-5 tbody td {
font-family: arial;
font-size: 14px;
color: #000000;
text-align: center;
}
.tablepress-id-3 tbody td {
font-family: arial;
font-size: 14px;
color: #000000;
text-align: center;
}
.tablepress-id-6 tbody td {
font-family: arial;
font-size: 14px;
color: #000000;
text-align: center;
}
.tablepress thead th,
.tablepress tfoot th {
background-color: #000000;
color: #ffffff;
text-align: center;
}
Attachments:
You must be
logged in to view attached files.