Table Header Colour
-
I have tried as many ways I can think of of changing the colours of the header row of a particular 2-column table but none work. Can you tell me what is the correct code?
Sorry if I’m being stupid. Thanks.
.entry .tablepress thead th,
.entry .tablepress tfoot th {
background-color: #43ADBC;
color: white;
}
/** From your FAQ but it doesn’t work. And also, how would I indicate which table with this code?.tablepress-id-19 .row-1 {
background-color: #43ADBC;
color: white;
}
/** !doesn’t work.tablepress-id-19 .row-1 .column-1 {
background-color: white;
color: black;
}
.tablepress-id-19 .row-1 .column-2 {
background-color: white;
color: black;
}
?** !doesn’t work
- The topic ‘Table Header Colour’ is closed to new replies.