MyBB Community Forums

Full Version: CATEGORY HEADER CHANGE
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i want to change my category header


[Image: mine.jpg]
i have like this



Want Like This Only Category Header
[Image: want.jpg]
You can either find in global.css and change .thead or you can open Forum Bit Templates >> forumbit_depth1_cat

find:

<td class="thead" colspan="5">

Replace with:

<td class="thead my_background" colspan="5">

Then add this to your global.css

.my_background {
background: #000000;
}

Replace #000000 with your color Smile