Column Background Colors
-
Is there a way to apply a background color to an entire column?
I know I can add this:
.tablepress-id-123 .row-3 .column-2,
.tablepress-id-123 .row-4 .column-1,
.tablepress-id-123 .row-5 .column-6 {
background-color: #ff0000;
}But I have a table that has over 100 rows. Any easier way?
Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Column Background Colors’ is closed to new replies.