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

    (@tobiasbg)

    Hi Jimmie,

    thanks for your question, and sorry for the trouble.

    The idea of this function is to give the reader’s eye a way to not lose track in a table with many rows that show e.g. numeric data. The changed background helps the eye to not “lose” the row.

    Therefore, this does not really make sense for individual cells. You could however easily add this with some “Custom CSS”, like this:

    .tablepress-id-4 td:hover {
        background-color: #eeeeee;
    }

    The row hovering checkbox should be turned off for that to work, as well.

    Regards,
    Tobias

    Thread Starter slimjim414

    (@slimjim414)

    Works great, thank you very much!

    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 ‘Highlight particular cell?’ is closed to new replies.