Row Color Not Changing
-
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;
}The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Row Color Not Changing’ is closed to new replies.