MyBB Community Forums

Full Version: Postbit background falling the Trow class?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Well it seems if you take a look at the screen shot it's following trow. I want the background to be white or maybe another image I'm not sure why. I want to separate that so the post is it's only class and I can just have a different BG.

Thanks!
Just change trow1/trow2 in "showthread.css". You might need "!important" tags.
.trow1 {
background: #fff !important;
}
(2010-11-19, 10:45 PM)CAwesome Wrote: [ -> ]Just change trow1/trow2 in "showthread.css". You might need "!important" tags.
.trow1 {
background: #fff !important;
}

Thanks Smile

Now how would I get the:
			<div class="menu">
				<ul>
					<li><a href="{$mybb->settings['bburl']}/search.php"><img src="{$theme['imgdir']}/toplinks/search.gif" alt="" title="" />{$lang->toplinks_search}</a></li>
					<li><a href="{$mybb->settings['bburl']}/memberlist.php"><img src="{$theme['imgdir']}/toplinks/memberlist.gif" alt="" title="" />{$lang->toplinks_memberlist}</a></li>
					<li><a href="{$mybb->settings['bburl']}/calendar.php"><img src="{$theme['imgdir']}/toplinks/calendar.gif" alt="" title="" />{$lang->toplinks_calendar}</a></li>
					<li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="{$theme['imgdir']}/toplinks/help.gif" alt="" title="" />{$lang->toplinks_help}</a></li>
				</ul>
To overlap the #panel class?