• Resolved mcauchon

    (@mcauchon)


    Is there a way to apply a background color to an entire column?

    I know I can add this:
    .tablepress-id-123 .row-3 .column-2,
    .tablepress-id-123 .row-4 .column-1,
    .tablepress-id-123 .row-5 .column-6 {
    background-color: #ff0000;
    }

    But I have a table that has over 100 rows. Any easier way?

    Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Sure, just use

    .tablepress-id-123 .column-3 {
      background-color: #ff0000 !important;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Column Background Colors’ is closed to new replies.