Hi Tobias,
Thanks for the quick reply and congrats on the plugin.
I added the code as suggested and the only that seems to “go through” is the first one.
.tablepress thead th,
.tablepress tfoot th {
background-color: #000000;
color: #ffffff;
}
.tablepress thead .sorting_asc,
.tablepress thead .sorting_desc,
.tablepress thead .sorting:hover {
background-color: #4e5968;
}
.tablepress tbody td,
.tablepress tbody td a {
font-family: Karla, sans-serif;
font-size: 14px;
font-weight: normal;
}
I didn’t mention in my first message but had also tried the .tablepress tbody td a before.
Let me know what else can I do.