MyBB Community Forums

Full Version: Theme Hover Issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So, I'm using flatty and I have no idea what to remove to get rid of this hover box when you hover over a forum. 

https://gyazo.com/a445d8d0109039713d060d7a73be920d

Here is the xml file: http://pastebin.com/zAu7XH0n
It should be possible to fix through forumbit_depth2_forum template.
It might be because of clr_lgh, modify the below line from

<div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><div class="smalltext clr_lgh">{$forum['description']}</div></div>

to
<div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div>

I am not sure, do you have a live installation ?
Regards
WallBB