Multiple table with same layout
-
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.
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Multiple table with same layout’ is closed to new replies.