MyBB Community Forums

Full Version: Posting Background color?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have been sitting here for 30 Minutes or more trying to figure out where I can find the post background color, for the forums. By this I mean when you post the color of the background where the text lies, is what I have been trying to find so I can change.

If you need more Information or a Image to understand some more I have posted a Image Below, The Red Outlined area is what am trying to edit.

[Image: Help.png]




Thanks to anyone who can help me in this time of need.
Edit the background property in the trow1 and trow2 classes in your CSS.
Thank you Faviouz, Before you Go May I have this question answered,

Where may I removed the Coding for the Images Collapsed& Collaspe_Collasped?
You want to remove the collapse and un-collapse buttons?
Yes I do.
Remove this code from the forumbit_depth1_cat template:

<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
Okay..It worked to a certain extent, It is still showing on my Shoutbox, Forum Stats.

:/
Remove this from the index_boardstats template as well:

<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['boardstats']}.gif" id="boardstats_img" class="expander" alt="[-]" title="[-]" /></div>

As for the shoutbox, you'll have to look in its templates. I don't know which plugin you're using so I can't be any more precise.
Alright the Last Part was pretty much self explanatory, Thanks for the Help Faviouz