• Resolved Alex H

    (@alex-h)


    I am looking to have the background colour to have the same colour on column3 for all 15 rows . Is there an easy way to do this please?

    I am also looking to add a check mark to the cells. I tried using ✔ but that does not seems to work

    Thanks

    • This topic was modified 3 years, 8 months ago by Alex H.
Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    For that, you could add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

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

    (with the correct table ID, etc.)

    Using a ✔ symbol directly in the table cells should work fine. What’s happening when you try that?

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘whole column background colour’ is closed to new replies.