Replies: 0
Hi,
I want to change the colour of the 1st and 3rd columns of this table, but only the 1st column changes, and I’m struggling to work out why?
Any ideas?
AV
.tablepress-id-4 .column-1 {
width: 15%;
text-align: left;
color: #FF4500;
}
.tablepress-id-4 .column-2 {
width: 35%;
text-align: left;
}
.tablepress-id-15 .column-3 {
width: 15%;
text-align: left;
color: #FF4500;
}
.tablepress-id-15 .column-4 {
width: 35%;
text-align: left;
}