Table background colors
-
Hello again Tobias!
It’s possible to change the background color of a single cell like so:
.tablepress-id-1 .row-4 .column-4 { background-color: #fdae00; }
BUT if a grid is desired, like here: (alternating cell backgrounds)
https://kadunud.com/add-new-confirm/
do I need to insert every cell background separately?
.tablepress-id-1 .row-4 .column-4 {
background-color: #fdae00;
}
.tablepress-id-1 .row-5 .column-4 {
background-color: #fdae11;
}etc or can it be done some other way?
Thanks in advance.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Table background colors’ is closed to new replies.