Plugin Contributor
wpsoul
(@wpsoul)
You can use css code in your theme
.wpsm-comptable td:hover, .wpsm-comptable td.betterhover, .wpsm-comptable tr:hover td{background-color: transparent !important}
Hi there,
I inserted your code to my themes custom CSS section. But it does not work.
Tried your code with the last semicolon as well
.wpsm-comptable td:hover, .wpsm-comptable td.betterhover, .wpsm-comptable tr:hover td{background-color: transparent !important;}
Even deleted all caches…
Why is it not working?
Thank you for your help
Plugin Contributor
wpsoul
(@wpsoul)
provide link on page with table, I will check
I’m having the same issue … the hover effect won’t go away.
Thank you.
Confirming the code above. This is working when added to custom css.
.wpsm-comptable td:hover, .wpsm-comptable td.betterhover, .wpsm-comptable tr:hover td{background-color: transparent !important}