Replies: 1
Hi Tobias,
My 12th column is collapsed. Then I added this code to give it a red background :
.tablepress-id-6 .column-12 {
background-color: red;
color: #00ff00;
}
However, this code doesn’t work on responsive columns that become collapsed rows. It seems to only work on normal columns.
Any help?
Here’s a picture showing what’s happening:
https://i.imgur.com/ZSPff5w.png
I’d like to give ALL the collapse rows a red background, so if there’s an easier way to target every collapse row then please let me know.