• Resolved roobzarathustra

    (@roobzarathustra)


    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]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Roch

    (@rochesterj)

    Hi!

    Thanks for reaching out.

    In general, the CSS code should be the same, you just need to find the right selector in case you don’t want it to apply to all league tables.

    In that case, instead of #post-1520 you can use .home #secondary

    Thanks!

    Thread Starter roobzarathustra

    (@roobzarathustra)

    Thank you very much

    Roch

    (@rochesterj)

    You’re most welcome!

    Let us know if you need anything else.

    Kind Regards,
    -Roch

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘highlight positions in sidebar’s table’ is closed to new replies.