• Resolved desci

    (@desci)


    Hi Tobias,

    Is it possible to change the hover color of the header cell in row-1 column-1 only? I can’t seem to figure out the CSS for this. Not sure if this matters, but the header does have the sorting function enabled as well.

    Thanks!

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    For that, you could try something like:

    .tablepress-id-123 thead th.column-1:hover {
      background-color: #ff0000 !important;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Single cell hover color’ is closed to new replies.