I want to change the color of the text in my headerbar. But, I dont want to change them all to the same color. I want them different colors. They are all white as it stands now. Lets say I want to change "Calendar" to red or yellow and leave all the rest white.
Wow, there is no way to do this...
Head into your Administrative Control Panel. Under Templates & Style, click Templates then choose the theme you're using. The calendar link is, for the default theme, under Header Templates -> header. Simply add a style attribute to the link itself:
<li><a href="{$mybb->settings['bburl']}/calendar.php" style="color:#0000ff;"><img src="{$theme['imgdir']}/toplinks/calendar.gif" alt="" title="" />{$lang->toplinks_calendar}</a></li>