• Resolved bennyj515

    (@bennyj515)


    Hi I have multiple league tables on one page of my site. The tables are broken out with 6 teams in each (gold, silver, bronze standings). I want to highlight certain rows in each table but I have only been able to highlight the same row in all 3 tables using the following code

    .page-id-390 .sp-league-table tbody tr:nth-child(5) {
    background: red;
    }

    How can I select a row from only one of the tables instead?

    I hope this makes sense

    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Changing league row colors’ is closed to new replies.