PDA

View Full Version : Username underline


tazB.ca
09-09-2006, 10:39 PM
How do I take away the underline on the usernames?

tazB.ca
09-10-2006, 03:54 PM
BUMP... Hey anyone can help?

mcewan
09-10-2006, 06:02 PM
I don't think you can.

tazB.ca
09-10-2006, 08:03 PM
I've seen it on some forums before but the problem is I forget which one it was or I would've ask them...

sebbe
09-11-2006, 09:59 AM
Admin CP > Styles & Templates > (Choose your style) > Main CSS > Additional CSS Definitions

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

and replace with this:

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

geevest.com
09-12-2006, 02:47 AM
/* ***** styling for 'big' usernames on postbit etc. ***** */
.bigusername { font-size: 12pt; font-decoration: none; }

undurline not work in username postbit friend

Shazz
09-12-2006, 03:20 AM
Its in the postbit. You just set visited: none

sebbe
09-12-2006, 07:11 AM
Yeah, sry! I was in a hurry when I wrote that! :)