highlight positions in sidebar’s table
-
Could someone help me to highlight the first four positions of the ranking that I have in the sidebar of the homepage as I highlighted the table in this page https://www.albabasket.org/calendar/promozione-2021-22-alba/?
For that page I used this CSS code:
#post-1520 .sp-league-table .sp-row-no-0 .data-rank { background: #a5eda8; }
#post-1520 .sp-league-table .sp-row-no-1 .data-rank { background: #a5eda8; }
#post-1520 .sp-league-table .sp-row-no-2 .data-rank { background: #a5eda8; }
#post-1520 .sp-league-table .sp-row-no-3 .data-rank { background: #a5eda8; }I found it in this forum, but I’m not able to do the same for sidebar’s table in home page
Thank you
The page I need help with: [log in to see the link]
- The topic ‘highlight positions in sidebar’s table’ is closed to new replies.