Table hover color

Hi all,
Could anyone please advise the css code to disable the hover color when mouse is over a table?
Thanks in advance for your help.

I found it, I’ll leave it here if anyone needs it:

#main .table-hover tbody tr:hover{
  background-color: #fff;
}

Hi, there

Nice, to hear you found the solution and thank you for sharing :slight_smile: Now I will now close the topic and mark it as resolved. Feel free to contact us again Thanks!