MyBB Community Forums

Full Version: change subforums color
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
my forumbit_subforums


<style>

.alt_sbc {
    list-style: none; 
    margin: 0; 
    padding: 0;
}
.alt_sbc li {
    width: 50%; 
    float: left;
}
</style>
<ul class="alt_sbc">{$sub_forums}</ul>


my forum

http://thegame-zone.com/index.php


i want to change the text color of subforums
in forumbit>> forumbit_subforums
try changing the code to this

<br /><div class="subforum">{$lang->subforums} {$sub_forums}</div>

in global.css add

.subforum {
color : YOUR COLOR;
HERE YOU CAN ADD OTHER CSS DETAILS TOO
}
Should i replace the whole code or just a part

i did that but nothing happened

i am not asking about
{$lang->subforums}

i am asking about
{$sub_forums}