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?
/* ***** 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?