Log in

View Full Version : Having a hard time changing Staff's color on Forum leader page?


FLMom
06-13-2006, 04:43 PM
Ok, so I know how to change the username color and the title color..no problem there. But for the life of me, I can't remember how to make the new colors show up on the forum leaders page and at the bottom of the main forum page that shows WOL.

I have me and 3 other staff showing like they are suppose too, but I can't get my new staff to show with their new colors.

Can anyone help? Thanks

Ntfu2
06-13-2006, 04:53 PM
Mine update when i change their colors via the adminCP.

Im using the CSS method

<span class="mod"> </span>

Then in additional CSS via the template manager
.mod
{
css value;
}

And it works everywhere for me?

FLMom
06-13-2006, 05:07 PM
Oh I have never used that method before, not quite sure about all of that, I might mess it all up lol Thanks for trying to help though. I know I did it another way, all through the admin CP, and I thought it was to automatically do it to. :confused:

forget it, I am a dork and had a brain fart...got it all figured out ;)

Princeton
06-13-2006, 08:50 PM
go into your ADMINCP / USERGROUP MANAGER /
- click a "Administrators" USERGROUP
- go to the USERNAME HTML MARKUP (4th row down)
- in the first input area add <b style="color:red">
- in the second input area add </b>

now the usergrou title will look like this ... Administrators <-- that should be red .. vb.org converts the color according to style

FLMom
06-13-2006, 09:39 PM
Thanks for helping! I appreciate it :D