• Resolved cableghost

    (@cableghost)


    Presently, hovering over a cell allows the BG to show through on the entire row. How might I instead, have the BG show through only for the cell being hovered over?

    -Scott

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    this should be possible with some custom CSS like this:

    .wp-table-reloaded td:hover {
      background-color: #ff0000!important;
    }

    Hope this helps.

    Best wishes,
    Tobias

    Thread Starter cableghost

    (@cableghost)

    That will work, thank you.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘wp-table-reloaded cell color’ is closed to new replies.