increase username font size on postbit (right beside the avatar)?

That is controlled by your Additional CSS Box.

change:

Code:
/* ***** styling for 'big' usernames on postbit etc. ***** */
.bigusername { font-size: 14pt; }

to

Code:
/* ***** styling for 'big' usernames on postbit etc. ***** */
.bigusername { font-size: 18pt; }
 
Back
Top