Title: Problem with Hover function
Last modified: August 30, 2016

---

# Problem with Hover function

 *  Resolved [JeremyMCC](https://wordpress.org/support/users/jeremymcc/)
 * (@jeremymcc)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/problem-with-hover-function/)
 * Hi,
 * I have a problem whith the hover function. When I deactivate it in the plugin,
   it doesn’t work at all, I still have a highlight hover on all the rows of my 
   tabs (exept for the Head rows). Plus I can’t even change the color of the highlight
   Hover. I’ve read all of your documentation and I’ve tried everything.
    Can you
   please give me some support, cause I have many tabs to do and this problem is
   pretty disapointing.
 * Whatever, I thank you for this great plugin!
 * Here is an example of a page with the problem: [http://mcitycar.com/revision/](http://mcitycar.com/revision/)
 * **Jeremy**
 * [https://wordpress.org/plugins/tablepress/](https://wordpress.org/plugins/tablepress/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/problem-with-hover-function/#post-6535749)
 * Hi,
 * thanks for your question, and sorry for the trouble.
 * The reason for this simply is that your theme also contains CSS for tables, so
   that some of the styling is overridden. For example, the theme also adds a row
   highlighting feature.
 * Can you maybe explain what exactly you want to change about this? I quite like
   the row highlight effect on the page from your link.
 * Regards,
    Tobias
 *  Thread Starter [JeremyMCC](https://wordpress.org/support/users/jeremymcc/)
 * (@jeremymcc)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/problem-with-hover-function/#post-6535803)
 * Hi,
 * Thanks for your answer.
 * Actually I also like the Highlight color, the point is I would just deactivate
   it for some special rows. Example on the last table of my page (the one with 
   stars) there’s 3 rows in grey that I would’nt have highlighting.
 * Regards,
 * **Jeremy**
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/problem-with-hover-function/#post-6535804)
 * Hi,
 * ah, ok. Then just change
 *     ```
       .tablepress-id-2 .row-2 td,
       .tablepress-id-2 .row-22 td,
       .tablepress-id-2 .row-27 td {
       	background: #acacac;
       ```
   
 * to
 *     ```
       .tablepress-id-2 .row-2 td,
       .tablepress-id-2 .row-22 td,
       .tablepress-id-2 .row-27 td {
       	background: #acacac !important;
       ```
   
 * to exclude those.
 * Regards,
    Tobias
 *  Thread Starter [JeremyMCC](https://wordpress.org/support/users/jeremymcc/)
 * (@jeremymcc)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/problem-with-hover-function/#post-6535805)
 * The change’s done but unfortunatly still doesn’t work :/
 * **JEREMY**
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/problem-with-hover-function/#post-6535806)
 * Hi,
 * are you sure? When I check on [http://mcitycar.com/revision/](http://mcitycar.com/revision/),
   the three rows with the dark gray background color stay like that, even when 
   I hover them.
 * Regards,
    Tobias
 *  Thread Starter [JeremyMCC](https://wordpress.org/support/users/jeremymcc/)
 * (@jeremymcc)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/problem-with-hover-function/#post-6535807)
 * Oh no sorry, it works great! My mistake, it was a cache issue.
 * Thanks a lot !
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/problem-with-hover-function/#post-6535808)
 * 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](http://wordpress.org/support/view/plugin-reviews/tablepress)
   here in the plugin directory. Thanks!
 *  Thread Starter [JeremyMCC](https://wordpress.org/support/users/jeremymcc/)
 * (@jeremymcc)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/problem-with-hover-function/#post-6535809)
 * I’ve rate it 5 stars !
 * Thanks again.
 * Best wishes,
 * **Jeremy**
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/problem-with-hover-function/#post-6535810)
 * Hi Jeremy,
 * thanks a lot, I really appreciate it!
 * Best wishes,
    Tobias

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

The topic ‘Problem with Hover function’ 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](https://wordpress.org/support/topic-tag/hover/)

 * 9 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/problem-with-hover-function/#post-6535810)
 * Status: resolved