MyBB Community Forums

Full Version: Change thread content background
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all,
First off complete noob to mybb but loving it.
I have one question that ive searched for and cannot find the right answer.

I have attached a file showing you a post. As you can see the background inside the post is an "off white".
How do i change this to a "proper white" ?

Thanks in advance.

Dave
Admin CP -> Templates & Style -> Themes -> Apart Leaf -> global.css -> Edit Stylesheet: Advanced Mode
Search for ".trow2"
You should be able to see something like:
.trow2 {
	background: #efefef;
	border: 1px solid;
	border-color: #fff #ddd #ddd #fff;
}
Change "background: #efefef;" to the colour you want (e.g. "background: #ffffff;")
Fantastic,

Thanks so much, works perfectly now.

Smile