• Resolved IndigoLightning

    (@indigolightning)


    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://www.ads-software.com/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

    Thanks,

    Margaret

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    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

    (@indigolightning)

    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 TobiasBg

    (@tobiasbg)

    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 in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Removing hover styling’ is closed to new replies.