• Resolved dyhego

    (@dyhego)


    Would it be possible to adjust the table class of a specific league? I wanted to adjust the colors of some positions, but when I do this it changes ALL tables on the site, and I wanted to adjust only the tables of a specific competition. Is this possible?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can do this using custom CSS and make it so it only does it on specific pages (by adding the page ID to your css code)

    I have this on my front page to highlight the first place team.

    /* FRONT PAGE STANDINGS - 1st PLACE HIGHLIGHT */
    .post-583 .table-standings .sp-row-no-0{
    background-color: #F2F2F2 !important;
    }

    Plugin Contributor Savvas

    (@savvasha)

    Hi @dyhego ,

    What @robjr14 suggested above, is exactly what you can do to add a custom css that will target only a specific page in which your league table is included.

    Did you manage to achieve what you wanted? If not, share the link to the league table to provide you the exact css code.

    Thanks,
    Savvas

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Table class’ is closed to new replies.