MyBB Community Forums

Full Version: Changing every other forums colors?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I am using a theme that does not separate the forums. Most themes draw lines between the different forums to give them individuality.
this forum
------------------------
this forum
------------------------
(EX. MyBB default theme.)
Well my theme does not do that Sad
Instead of using those lines I want to make every other forum blue (with the forums in between a light blue color. How do I do this?
Hard to say what needs changing without seeing how the theme is coded, URL?
If you mean to change the table "border" then its style is .tborder in global.css . Remeber it would change the entire table's border.
I just need to find a way to separate each forum from the next.
Also creating separating lines in between topics in forum display would be nice Big Grin
It needs a plugin of some sort.
Why, most themes have it by default.
Don't tell me you mean forum categorys? Provide a link to your site so I can see a minute.
No, just regular forums,
this forum -color white-
this forum -color blue-
this forum -color white-
category
this forum color white-
this forum color blue
etc.
http://discussionzone.co.cc
In global.css find:
.trow1 {
	background: #f0f0f0;
}

.trow2 {
	background: #f0f0f0;
}

Change the colours to whatever you want.

Thanks, It worked Big Grin
Pages: 1 2