Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    unfortunately, it’s not easily possible to do this automatically. You can however simply add some CSS code that colors the rows individually:

    .wp-table-reloaded-id-18 .row-3 td,
    .wp-table-reloaded-id-18 .row-4 td,
    .wp-table-reloaded-id-18 .row-5 td,
    .wp-table-reloaded-id-18 .row-6 td,
    .wp-table-reloaded-id-18 .row-11 td,
    .wp-table-reloaded-id-18 .row-12 td,
    .wp-table-reloaded-id-18 .row-13 td,
    .wp-table-reloaded-id-18 .row-18 td,
    .wp-table-reloaded-id-18 .row-19 td {
      background-color: #eeeeff !important;
    }

    Please try pasting this into the “Custom CSS” textarea on the “Plugin Options” screen of WP-Table Reloaded. Note that this code has to be adjusted if you change the structure of your table (e.g. insert a new game on a certain day).

    Regards,
    Tobias

    Thread Starter wolfie4wvu

    (@wolfie4wvu)

    I can’t thank you enough for this tip. It really cleaned up my custom css which is what I was looking to do.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    sure, no problem! 🙂 Always glad when I can help!

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WP-Table Reloaded] Coloring multiple rows with one css code’ is closed to new replies.