Title: Removing hover styling
Last modified: September 30, 2021

---

# Removing hover styling

 *  Resolved [IndigoLightning](https://wordpress.org/support/users/indigolightning/)
 * (@indigolightning)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/removing-hover-styling/)
 * Hi,
 * First, thanks for the great plugin.
 * I am trying to remove the default hover color from a particular table. Unchecking
   the style related boxes in Tablepress has no impact, so I followed the instructions
   on this page (which resolved an earlier problem):
    [https://wordpress.org/support/topic/important-please-read-this-before-asking-for-support-with-tablepress-4/](https://wordpress.org/support/topic/important-please-read-this-before-asking-for-support-with-tablepress-4/)
 * In addition, I’ve cleared the server cache and my browser cache.
 * I’ve tried targeting the table with CSS in the TablePress area and in the Elementor
   page area, using existing selectors and creating classes. Nothing seems to have
   an impact on the row hover color; it can’t be removed.
 * At one point, I thought it was because I placed the table inside a toggle, so
   I removed the table and placed it in its own column. Still, the hover color remained.
 * I’ve managed to remove the color from a TD hover, but the rest of the row has
   a hover color. Would you mind taking a look? The table is under the toggle “List
   of Artists” on this page: [https://dev2.inuitbeautiful.com/artists](https://dev2.inuitbeautiful.com/artists)
 * Thanks,
 * Margaret
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremoving-hover-styling%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/removing-hover-styling/#post-14923354)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * There’s indeed some CSS in your theme that adds this effect, independently from
   the setting TablePress.
    To remove the effect, please add this to the “Custom
   CSS” textarea on the “Plugin Options” screen of TablePress:
 *     ```
       .tablepress-id-73 tr:hover td {
       	background-color: #ffffff;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [IndigoLightning](https://wordpress.org/support/users/indigolightning/)
 * (@indigolightning)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/removing-hover-styling/#post-14928932)
 * Thank you.
 * There were two things of which I was certain: somewhere in the theme, there was
   this hover style and I couldn’t find it; and two, there was a syntax error in
   my CSS.
 * You quickly fixed both.
 * Thanks again,
 * Margaret
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/removing-hover-styling/#post-14928999)
 * 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](https://wordpress.org/support/plugin/tablepress/reviews/#new-post)
   in the plugin directory. Thanks!

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

The topic ‘Removing hover styling’ 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/)

 * 3 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [4 years, 6 months ago](https://wordpress.org/support/topic/removing-hover-styling/#post-14928999)
 * Status: resolved