I have the same problem. Don’t know if my theme CSS is very strong…
I’ve tried with this code, but it doesn’t work.
#content .tablepress-id-1,
#content .tablepress-id-1 tr,
#content .tablepress-id-1 tbody td,
#content .tablepress-id-1 thead th,
#content .tablepress-id-1 tfoot th {
border: none;
}
I’d also like to reduce the padding, but same, it doesn’t work. Nothing happens:
.tablepress-id-1 .column-2 {
padding: 1px;
}