Changing Colour of bottom 3 rows in a league table
-
Hello, need help on how to change the colours of the bottom 3 rows in a league table to signify the relegation zone. I already have the following code in my additional CSS:
tr.sp-row-no-10 { background: red; color: white; }
tr.sp-row-no-11 { background: red; color: white; }
tr.sp-row-no-12 { background: red; color: white; }However only one row changes colour:
https://gyazo.com/2238777c918e7b97c949e14e5d824622
The page I need help with: [log in to see the link]
- The topic ‘Changing Colour of bottom 3 rows in a league table’ is closed to new replies.