MyBB Community Forums

Full Version: Colors
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I need to know how to change the category titles colors Huh
ACP > Templates > Your theme's templates > Forumbit Templates > forumbit_depth1_cat > and find;
<a href="{$forum_url}">{$forum['name']}</a>
and Change it into;
<a href="{$forum_url}" style="color: #FF0000;">{$forum['name']}</a>

You can use your own color codes Smile
Ok now its doing this how to fix this

[Image: 12516ch.png]
Can you please specify where it have any error ? Because I didn't see any thing wrong in this screenshot.
its makin the title double instead of once
You probably have doubled the code which I've gave to you. Go to that template "forumbit_depth1_cat" and find and remove the one instance.
you where right lol thanks man
No problem, cheers! Smile