MyBB Community Forums

Full Version: Cateogry board
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, Problem: My category board is white, and due to being white, I can't see my Category's name, and thus I wanted to change the category board to black but I can't seem to find it.

Reference: [Image: Screenshot_1.png]

Notes: I have made annotations to help you understand what I meant in my problem statement above, I hope you can tell me the way to do so in a clear but simplified method English (sorry, but I have difficulties understanding complicated methods).
Here is the website: http://xtremefreeroam.netai.net/

Thanks and Regards,
Richard_Prime
first of all what theme is that... i dont think you are suing a compatible theme for MyBB 1.8... you might want to get a compatible one from: http://community.mybb.com/mods.php?actio...ory=themes

now to answer your question, goto ACP >> Themes >> Your Theme >> global.css

and find this part....

.thead a:link {
	color: #ffffff;
	text-decoration: none;
}

.thead a:visited {
	color: #ffffff;
	text-decoration: none;
}


and change that to...

.thead a:link {
	color: #848283;
	text-decoration: none;
}

.thead a:visited {
	color: #848283;
	text-decoration: none;
}


change the color code as required...
It worked thanks! I got the theme from here: http://dslakaitis.com/. Edited. With your advice below, I solved the black encasing and the rest of my requests that was formerly here, I thank you.
looks like you are missing the theme images and thats why the theme looks different and i hence thought you are using a old theme...  Toungue

did you upload the images folder that came with the theme...
Ah Crap! Thanks for the reminder staff member! (sorry for a little swearing)