• Resolved whcc

    (@whcc)


    I would like a way to just highlight a single cell when hovering over it and not the entire row. If that is not possible, another option would be to highlight a column on hovering.

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

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.

    For this, you can add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-48 td:hover {
        background-color: #f0BEFD !important;
    }

    Regards,
    Tobias

    Thread Starter whcc

    (@whcc)

    That works great. Thank you so much.

    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 to highlight single cell’ is closed to new replies.