hi hi, thank you for this, cheers!
Hi Hi, how can I compress below style so that it applies to all tables that I am creating?
.tablepress-id-1 thead th,
.tablepress-id-2 thead th,
.tablepress-id-3 thead th,
.tablepress-id-4 thead th {
color: #ffffff;
background-color: #242424;
}
.tablepress-id-1 .column-2,
.tablepress-id-2 .column-2,
.tablepress-id-3 .column-2,
.tablepress-id-4 .column-2 {
text-align: right;
}
.tablepress-id-1 .channeltv,
.tablepress-id-2 .channeltv,
.tablepress-id-3 .channeltv,
.tablepress-id-4 .channeltv {
color: #25aae1;
}
Instead of repeating the line “.tablepress-id-1 to 100” ??
Thank you.