MyBB Community Forums

Full Version: Post legend background?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I change the icon legend background at the bottom of my forums which shows the icons for forum is locked, New post, No new post.

Example: http://s23.postimg.org/kagxlv897/forum.jpg

I know in index template set there is
<dl class="forum_legend smalltext">
but that wont change. Im using MyIPB 3.0 and trying to re-theme it.
It's nested in a <div class="float_left"> in the forumdisplay template.
so do I change the css too
.float_left {
	float: left;
background-color: #222;
}

because that only seems to do only part of the background

http://s17.postimg.org/ydfjsvz2n/forum.jpg
No, you can't change that because it will mess up half your forum.
I dont see <div class="float_left"> in the forumdisplay template.
When I open the page in firefox It reads like this
<table style="border: 3px solid #d7d7d7; padding: 5px; width: 100%; background: #EFF1F3;" cellspacing="0">
<tr><td>
<div class="float_left">
<div class="float_left">
<dl class="thread_legend smalltext">

background: #EFF1F3 is what I need to change.