• Resolved marvin94

    (@marvin94)


    Hello,

    I know how to change the hover-color for every row in my tables:

    .tablepress .row-hover tr:hover td {
    background-color: #81DAF5;
    }

    But how do I set the hover-color only for specific rows in my tables? For example only on table 14 the row number 6.

    Mit freundlichen Greetings,

    Marvin

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    For that, you would change the code to

    .tablepress-id-14 .row-hover .row-6:hover td {
      background-color: #81DAF5;
    }

    Regards,
    Tobias

    Thread Starter marvin94

    (@marvin94)

    Thank you, this worked great!

    Einen schönen Tag noch! Wundervolles Plug-In! 🙂

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

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

The topic ‘Hover-color only on specific rows’ is closed to new replies.