• Resolved zkadi

    (@zkadi)


    Hello!

    there are these tables.
    I want to paint the first 3 in one with the last one and the last 3.

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi!

    Thanks for reaching out!

    My name is Roch and I’m going to help you with your plugin support issues

    We can do that with some CSS wizardry. Would it be possible for you to send us a link to your site?

    THanks!

    Thread Starter zkadi

    (@zkadi)

    thanks!

    here the last 3 must be colored:
    https://kklte.hu/1-osztaly-tabella/

    here the first 3 must be colored:
    https://kklte.hu/2-osztaly-sorsolas/

    Hi!

    Add the following code in your custom css field ( Wp admin > SportsPress > Settings > General > Custom CSS ) and let us know how it works:

    .page-id-220 #content .sp-league-table tr:nthlast-child(1) td, .page-id-220 #content .sp-league-table tr:nth-last-child(2) td, .page-id-220 #content .sp-league-table tr:nth-last-child(3) td {
    	background: red;
    }
    

    This one I’m not sure: https://kklte.hu/2-osztaly-sorsolas/

    You have a lot of tables there, which one should be colored? All of them?

    Thanks!

    Thread Starter zkadi

    (@zkadi)

    it works perfectly.
    Thank you very much!
    ??

    I’m glad it’s resolved!

    Please, let us know if you need anything else.

    Kind Regards,
    -Roch

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘League tables’ is closed to new replies.