Hello, For general, you can change link hover style at Style Properties > General > Link, Hover State Regards,
Just to be clear, I am not looking for the link hover color. I am looking for when you hover over the entire forum section. See pic below for an example.
You can do that by adding following code into extra.css template Code: .nodeList .node.level_2 > div:hover { background: #F5F5F5; } Change background hex value by yours.