MyBB Community Forums

Full Version: What is this in my search results?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I installed a new theme and it displays 2 lines of text as shown in the screen cap below. I think it is inline moderation but it doesn't seem to work and I would like to get rid of it! What/where should I look for to remove?
Add this to global.css:

.hidden {
	display: none;
	float: none;
	width: 1%;
}

.hiddenrow {
	display: none;
}
That seems to have worked!

Thank you! Cool