MyBB Community Forums

Full Version: Postbit issue?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Wrong title I know..

Everytime I go to one of my categories this appears in every section above the threads.
[Image: a7bdfe60cb5b100a20d5d5703b84eea0.png]
You're using a 1.4 theme on a 1.6 forum, add this to your global.css:

.hiddenrow {
	display: none;
}
.selectall {
	background-color: #FFFBD9;
	font-weight: bold;
	text-align: center;
}
(2011-01-29, 06:45 PM)MattRogowski Wrote: [ -> ]You're using a 1.4 theme on a 1.6 forum, add this to your global.css:

.hiddenrow {
	display: none;
}
.selectall {
	background-color: #FFFBD9;
	font-weight: bold;
	text-align: center;
}

Worked like a charm, thanks Matt.