MyBB Community Forums

Full Version: change colour
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Could you please post your website's URL?
AdminCP > Templates > Your theme's templates > Forumbit Templates > forumbit_subforums > find the following;
{$lang->subforums}
and Change it into;
<span class="subforums_class">{$lang->subforums}</span>

Now in your theme's global.css, define the following class;
.subforums_class{
color: #F2EF04 !important;
}

It should turn the text into yellow color. You may play with the hex color code to suite your desired color Wink
Thanks for help man

But if i want add glittering effect
http://i752.photobucket.com/albums/xx164...rc599e.gif

Then wat i need to do