PDA


View Full Version : Help: Change <small font> color in Table Header for a single module


BeaufordRox
01-27-2006, 12:32 PM
I don't want to change the <small font> color globally - just for the table header in the "Who's Online" module. If I could just find where to do it, I can hardcode it, I'm not even worried with changing the var to something else. Does anyone have any ideas, as I've been looking for hours and can't find it.

Thanks in advance for any help. It is MUCH appreciated.

BeaufordRox
01-27-2006, 12:45 PM
Actually, now that I think about it, if I could change the small font color in ALL table headers, that'd be great.

Brian
01-30-2006, 05:09 PM
Admin CP => Style Manager => {select style} => All Style Options

Once there, scroll down to the Table Header class and change the font size there.

BeaufordRox
02-02-2006, 10:17 AM
Thanks Brian, but that still didn't get it. Please see picture.

http://www.ellipses.us/nodice.gif

Brian
02-02-2006, 05:21 PM
Try looking in your adv_portal_onlineusers template for this code:
<span class="smallfont"><phrase 1="$numberregistered" 2="$numberguest">$vbphrase[x_members_and_y_guests]</phrase></span>

Replace with this:
<phrase 1="$numberregistered" 2="$numberguest">$vbphrase[x_members_and_y_guests]</phrase>

And see if that helps.

BeaufordRox
02-02-2006, 07:51 PM
Works like a champ. Sometimes it's the simplest things. Thanks man. :tup: