MyBB Community Forums

Full Version: Change color?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: 30cupaa.png]
AdminCP > Templates > Your theme's templates > Forum Bit Templates > forumbit_depth1_cat > find the following;

<div class="smalltext">{$forum['description']}</div>
and Change it into;
<div class="smalltext" style="color: #FF0000;">{$forum['description']}</div>

Change FF0000 to the color you would like to use.