• Resolved srp7

    (@srp7)


    Hi! I would like to disable the hover on one specific row, or if not possible, then I was thinking assigning a specific color to the hover on one specific row (so that it’s the same). Thanks!

    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.

    Yes, the second way is possible. For that, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-1 .row-hover .row-2:hover td,
    .tablepress-id-1 .row-hover .row-18:hover td,
    .tablepress-id-1 .row-hover .row-26:hover td {
        background-color: #008c99;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Disable hover in specific row’ is closed to new replies.