MyBB Community Forums

Full Version: Board Statistics changing the color
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a way in the stats template to change the color where it says welcome our newest member.As i have changed the colors of my members group to yellow so i want to be able to change the newest member to yellow

Please look here thanks http://www.handheldgaming.org
admin panel >> templates >> active theme templates >> Index Page Templates >> index_stats -->
find {$lang->stats_newestuser}<br /> and add a span element like below
<span id="newest">{$lang->stats_newestuser}</span><br />

you can add required style for #newest a in global.css (advanced edit mode) (eg. #newest a {color: #FFFF00!important;})