I have even tried coping many codes from Tablepress’ FAQ such as:
.tablepress-id-N tbody td {
font-family: Tahoma;
font-size: 14px;
font-weight: bold;
color: #ff0000;
}
and changing it to the following, so it would design all tables on my site
.tablepress {
font-size: 12px;
font-weight: bold;
color: #dc0852;
}
but, it doesn’t work.