Here the code for the username in main css:
Code:
/* ***** 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..
Code:
/* ***** 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?