MyBB Community Forums

Full Version: CSS/Template Issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm not sure if this is css, template or both(or is it meLightbulb)?

I added:
a.gold:link {color:#FFD700;text-decoration:none;}
a.gold:visited {color:#FFD700;text-decoration:none;}
a.gold:hover {color:#FFD700;text-decoration:underline;}
}
to the stylesheet and modified the index_whosonline template to read:
<tr>
<td class="tcat"><span class="smalltext"><strong>{$lang->whos_online}</strong> [<a class="gold" href="online.php">{$lang->complete_list}</a>]</span></td>
</tr>
<tr>
<td class="trow1"><span class="smalltext">{$lang->online_note}<br />{$onlinemembers}</span></td>
</tr>
to make the string "Complete List" appear as a gold color(to match my site.
If it makes any matter I have included a url (http://praisenpray.com/edupages/index.php)
(Please don't laugh-I'm just getting started)
Thanx much and have a great day all !!Smile
You have your links in tcat area defined, you can move your css code (from your first post) above global.css (just under body {} ) or add !important in your current code (color:#FFD700 !important; ).
Thanks Johnny S. It was me all along, lol. Next time I'll dig a little deeper but the main reason for this is to thank you for enlightening me to !important. I've used CSS a long time and I have never seen that one but I learned something so perhaps the post was meant to happen.
Thanx again and have a great season!