Changing background colour to specific rows in a specific table
-
Hello, I’m struggling to find out how to set up the CSS so that the background colour of rows only affects that table. I have tried putting the id of the page before:
.sp-league-table tbody tr:nth-last-child(1), .sp-league-table tbody tr:nth-last-child(2), .sp-league-table tbody tr:nth-last-child(3) {
background: #DD3333 !important;
color: white !important;
}Thanks.
The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Changing background colour to specific rows in a specific table’ is closed to new replies.