• Resolved domswe

    (@domswe)


    Hello,

    I cannot get the plugin to hover on all the rows. When enabled it only hovers on the odd row (which is disabled in the plugin), but it also skips the first row entirely.

    Any help?

    The page I need help with: [log in to see the link]

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    This is caused by your theme overriding some of the CSS. To make it work again, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress .row-hover tr:hover td {
    	background-color: #f3f3f3 !important;
    }
    

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Hover on all rows not working’ is closed to new replies.