MyBB Community Forums

Full Version: How to change color
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm pretty good with the Global.css. Though I am having trouble finding the one where you can change the colors of this-

http://i51.tinypic.com/hv6vcj.png

How do I change the white to a different color?

http://pokewhite.co.cc/

1. Admin CP > Templates & Style > Themes > Your Theme > global.css > Advanced Mode.

2. Find:

.trow1 {
	background: #f5f5f5;
}

.trow2 {
	background: #EFEFEF;
}

3. Edit the background property of each class (the trow's background color is alternate, but you can use the same hex code if you'd like the color to be the same).
Oh, I see. Thanks very much. Smile