Title: [Plugin: WP-Table Reloaded] Disable Hover on certain Rows
Last modified: August 20, 2016

---

# [Plugin: WP-Table Reloaded] Disable Hover on certain Rows

 *  Resolved [D-Spayre](https://wordpress.org/support/users/d-spayre/)
 * (@d-spayre)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-disable-hover-on-certain-rows/)
 * Hi,
 * On mouserover my rows chanage color. Great
    But I’m trying to stop headers throughout
   the table from changing and just stay how is.
 * I can’t seem to get it.
 * Can anyone help me?
 * Thanks
 * [http://wordpress.org/extend/plugins/wp-table-reloaded/](http://wordpress.org/extend/plugins/wp-table-reloaded/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-disable-hover-on-certain-rows/#post-2945996)
 * Hi,
 * thanks for your question.
 * This “row hover” is a feature of the plugin, together with many others that you
   can influence/activate/deactivate via the checkboxes on each table’s “Edit” screen,
   below the table input fields. Just uncheck those features that you don’t want
   there.
 * Regards,
    Tobias
 *  Thread Starter [D-Spayre](https://wordpress.org/support/users/d-spayre/)
 * (@d-spayre)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-disable-hover-on-certain-rows/#post-2945997)
 * Hi,
 * Thank you for your reply.
 * The issue I’m having is that I have 7 rows within my table that I don’t want “
   row hover” to activate on. Row 2,7,58,62,67,76 and 79.
    I’m not seeing on the
   edit screen how to do that for multiple rows just the Table head (First Row).
   Am I misssing something?
 * Thanks again…
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-disable-hover-on-certain-rows/#post-2945998)
 * Hi,
 * ah, ok. That basically means that you will have to set the hover color of these
   rows to the default colors of those rows. e.g. with this “Custom CSS” code:
 *     ```
       .wp-table-reloaded-id-N .row-hover .row-2:hover td,
       .wp-table-reloaded-id-N .row-hover .row-7:hover td,
       .wp-table-reloaded-id-N .row-hover .row-58:hover td,
       .wp-table-reloaded-id-N .row-hover .row-62:hover td,
       .wp-table-reloaded-id-N .row-hover .row-67:hover td,
       .wp-table-reloaded-id-N .row-hover .row-76:hover td,
       .wp-table-reloaded-id-N .row-hover .row-79:hover td {
         background-color: #ffffff!important;
       }
       ```
   
 * The “N” in each line needs to be changed to the table’s ID here.
 * Regards,
    Tobias
 *  Thread Starter [D-Spayre](https://wordpress.org/support/users/d-spayre/)
 * (@d-spayre)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-disable-hover-on-certain-rows/#post-2946000)
 * Thanks very much, that’s exactly what I was looking for…
 * Thank you
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-disable-hover-on-certain-rows/#post-2946001)
 * Hi,
 * awesome! 🙂 Great to hear that this is useful for you!
 * Best wishes,
    Tobias

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

The topic ‘[Plugin: WP-Table Reloaded] Disable Hover on certain Rows’ is closed 
to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-table-reloaded_f7dcd3.svg)
 * [WP-Table Reloaded](https://wordpress.org/plugins/wp-table-reloaded/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-table-reloaded/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-table-reloaded/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-table-reloaded/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-table-reloaded/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-table-reloaded/reviews/)

## Tags

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

 * 5 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-disable-hover-on-certain-rows/#post-2946001)
 * Status: resolved