MyBB Community Forums

Full Version: [Resolved]Removing Hover effect from forum display
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

It seems I cannot find where to edit my files in order to remove the hovering effect on my listed threads.

I'm new to mybb and css so I might have overlooked it.

http://forum.triplua.ro/forumdisplay.php?fid=5

Here is one of the categories with a thread. I would like to remove the light gray color hover.

Checking the code led me to bootstrap.min.css but I had a hard time editing and searching the color and what to actually edit.
I'd appreciate any help.

Thank you
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
background-color: #F5F5F5;
}
Thank you for your help, I was starting to loose hope xD