Change colour of single cells
-
Hi, Love your plugin, just started using it today. Yes, I gave it 5 stars almost immediately.
The code in your FAQ’s for single cells is not working for me. I’ve tripled checked it’s the same as in the FAQ’s.
.tablepress-id-1 .row-2 .column-A {
background-color: #FACF43;
}
.tablepress-id-1 .row-2 .column-B {
background-color: #FACF43;
}I have used the row colour change css and that works fine:
.tablepress-id-1 .row-2 td {
background-color: #FACF43;
}
.tablepress-id-1 .row-3 td {
background-color: #FFFCA8;
}Any tips? Thanks so much.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Change colour of single cells’ is closed to new replies.