Title: Disable hover in specific row
Last modified: April 25, 2018

---

# Disable hover in specific row

 *  Resolved [srp7](https://wordpress.org/support/users/srp7/)
 * (@srp7)
 * [8 years ago](https://wordpress.org/support/topic/disable-hover-in-specific-row/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdisable-hover-in-specific-row%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [8 years ago](https://wordpress.org/support/topic/disable-hover-in-specific-row/#post-10220830)
 * 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.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

## Tags

 * [hover color](https://wordpress.org/support/topic-tag/hover-color/)

 * 1 reply
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [8 years ago](https://wordpress.org/support/topic/disable-hover-in-specific-row/#post-10220830)
 * Status: resolved