Title: disable hover effect
Last modified: May 1, 2017

---

# disable hover effect

 *  [joyking](https://wordpress.org/support/users/joyking/)
 * (@joyking)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/disable-hover-effect-2/)
 * Hi
    i have now tried for hours without luck trying to change the table rows color
   when i used even and odd i can change the even but not the odd. tr:nth-child(
   even) {background: #CCC} tr:nth-child(odd) {background: #FFF}
 * and now i just want to remove the hover because i could not change the colors.
 * i hope someone can help with that.

Viewing 1 replies (of 1 total)

 *  [ashwiniwakchaure](https://wordpress.org/support/users/ashwiniwakchaure/)
 * (@ashwiniwakchaure)
 * [9 years ago](https://wordpress.org/support/topic/disable-hover-effect-2/#post-9136322)
 * Hi [@joyking](https://wordpress.org/support/users/joyking/),
 * You can change odd and even table rows color please use below code in custom 
   css for this please goto **Support Plus->Settings->Custom CSS. **
    For odd table
   rows- .support_bs .table-striped > tbody > tr:nth-child(2n+1) > td { background-
   color: red; } For even table rows- .support_bs .table-striped > tbody > tr:nth-
   child(2n) > td { background-color: red; } And it will work on frontend only.

Viewing 1 replies (of 1 total)

The topic ‘disable hover effect’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-support-plus-responsive-ticket-
   system_868078.svg)
 * [WP Support Plus Responsive Ticket System](https://wordpress.org/plugins/wp-support-plus-responsive-ticket-system/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-support-plus-responsive-ticket-system/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-support-plus-responsive-ticket-system/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-support-plus-responsive-ticket-system/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-support-plus-responsive-ticket-system/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [ashwiniwakchaure](https://wordpress.org/support/users/ashwiniwakchaure/)
 * Last activity: [9 years ago](https://wordpress.org/support/topic/disable-hover-effect-2/#post-9136322)
 * Status: not resolved