[ad_1]
Replies: 1
I’ve applied global CSS styling in Plugin Options, but still my new tables look different in the background colour.
CSS:
.tablepress tbody td {
background-color: #22242c;
}
.tablepress tbody td {
font-family: Tahoma;
font-size: 14px;
font-weight: bold;
color: #ffffff;
}
.tablepress thead th,
.tablepress tfoot th {
background-color: #22242c;
color: #ffffff;
}
.tablepress .row-hover tr:hover td {
background-color: #282727;
color: #ffffff;
}
.tablepress a {
color: #ffffff;
}