PDA

View Full Version : How do you change Username color in CSS?


Mostjolly
07-28-2010, 03:08 AM
Here the code for the username in main css:

/* ***** styling for 'big' usernames on postbit etc. ***** */
.bigusername { font-size: 14pt; }I want the username to be white, I added font-color: #ffffff; which looks like this..

/* ***** styling for 'big' usernames on postbit etc. ***** */
.bigusername { font-size: 14pt; font-color: #ffffff; }After adding that.. shouldn't it suppose to work? I thought it would but turns out I was wrong.. how do you get it right? What's the issue here?

Mostjolly
07-29-2010, 03:41 PM
I did for usergroups and each group colors works as intended on FORUMHOME listing.. but I DON'T want the color to show in "postbit"..

I want the username shown in postbit "white" for ALL usergroups. I even tried adding <font color="white">musername</font> in postbit templates but the usergroups color still show up.. so I thought main css color code would do the trick.. but guess not.

Is there any other way to MAKE username in "postbit "white"?

Hell Bomb
07-31-2010, 08:39 PM
yea openup the postbit template and find the Musername and change it to username :) just remove the M in it.