[ad_1]
I am using the following CSS in an attempt to change the second, third and fourth row on the table in the above URL, to a differenct colour but this is not working, any assistance would be apprecated:
.tablepress-id-1020 .row-2 td {
background-color: #d4af37 !important;
}
.tablepress-id-1020 .row-3 td {
background-color: #C0C0C0 !important;
}
.tablepress-id-1020 .row-4 td {
background-color: #CD7F32 !important;
}
- This topic was modified 2 hours, 38 minutes ago by .
- This topic was modified 2 hours, 29 minutes ago by .
The page I need help with: [log in to see the link]
