MyBB Community Forums

Full Version: Editing the forum headers on forum index.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello! Here is my current forum.

http://seconddawn.webuda.com/forum/

Notice how each seperate subforum has a black bar as sort of a header. That black bar that says "Roleplaying", "Statistics", and "My Category". How would I edit the colors of those bars, or add graphics?

I have small experience with Invisionfree style sheets, and usually in those skins/themes, I am looking for a .maintitle to edit... but I can't seem to find that. Totally wrong track?
It'll be .thead on MyBB.

If you want to find out that sort of stuff, download Firebug if you're on Firefox, or use Chrome's Inspect Element feature. They're very handy in these cases.
Thank you! I was trying to use the Inspect Element, but I didn't quite understand it. After you point me in the right direction, I think I get it.

However, I have a question. My current .thead makes the header bar of the seperate forums a solid black color. While I like that black color, I want to add to it. Would it be possible for me to add an image to it?

If I use this...

http://i19.photobucket.com/albums/b155/K...ething.png

It replaces the large black bar, and just uses that graphic. Can I meld the two?
Yep, that's possible. Go back into your CSS and find the background property for the .thead. Replace it with this:

background: url(http://i19.photobucket.com/albums/b155/Kamalia/forumsomething.png) no-repeat scroll top right #212021;
You are amazing! Thank you so much. <3