• Resolved johnzoro

    (@johnzoro)


    is there a way to make the grey bar when you hover over rows not appear for a specific row?

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Yes, the best way should be to set the background color of that row as the hover color, for example with this “Custom CSS” on the “Plugin Options” screen:

    .tablepress-id-123 .row-hover .row-4:hover td {
      background-color: #ffffff;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Hover over rows’ is closed to new replies.