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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    To change the hover color, please try the code that is explained in the answer to the question “How can I change the color used for highlighting hovered rows?” in the TablePress FAQ at https://tablepress.org/faq/

    Regards,
    Tobias

    Thread Starter robgon1971

    (@robgon1971)

    Hi,

    thanx for your quick reply, i tried with this code and didn’t worked. You can see it in isabelrico.es/prueba2 if you want.

    Regards.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for the link! Unfortunately, it only gives me an error when opening it.
    Is that really a published page?

    Regards,
    Tobias

    Thread Starter robgon1971

    (@robgon1971)

    Hi,

    try now, i haven’t saved the changes.

    Regards.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    ok, now it works. Thanks! ??

    Ok, in your case, you’ll actually want a hover color on the individual cells, and not on the row. For that, you’ll use similar code as before:

    .tablepress-id-1 .row-1 .column-1:hover {
      background-color:#ff0000;
    }
    .tablepress-id-1 .row-1 .column-3:hover {
      background-color:#00ff00;
    }
    .tablepress-id-1 .row-1 .column-5:hover {
      background-color:#0000ff;
    }

    Regards,
    Tobias

    Thread Starter robgon1971

    (@robgon1971)

    Hi again,

    It works, thanx a lot.

    Regards.

    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 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Changing hover color’ is closed to new replies.