• Resolved billy0077

    (@billy0077)


    Hello guys ??

    i have a big question:

    Is it possible to highlight the odd & even rows with seperate hover color′s in one table?

    For example:

    Hover for even rows: #333
    Hover for odd rows: #777

    Thx in advance ??

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

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

    .tablepress .row-hover .odd:hover td {
    	background-color: #777;
    }
    .tablepress .row-hover .even:hover td {
    	background-color: #333;
    }

    Regards,
    Tobias

    Thread Starter billy0077

    (@billy0077)

    Hi Tobias,

    thank u very much for the fast response. It works perfect ??

    Danke bist der beste ??

    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 ‘Different Row-Hover for Odd/Even Rows’ is closed to new replies.