Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Yes, you can do this by adding some “Custom CSS”, like this:

    .tablepress-id-123 tr > :nth-child(odd) {
      background-color: #ff0000 !important;
    }
    .tablepress-id-123 tr > :nth-child(even) {
      background-color: #00ff00 !important;
    }

    Regards,
    Tobias

    Thread Starter cesser

    (@cesser)

    Great. Thank you!

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Is it possible to change background color of alternating columns?’ is closed to new replies.