View Full Version : Remove underline under usernames?
Chris
06-27-2006, 05:37 AM
Can you do this? Remove the underline under a user name in a VB forum? I am wanting to just remove it under the admin and mods.
You need to edit the usergroup HTML markup:
<span style="text-decoration: none;"></span>
Think that should do it.
Chris
06-27-2006, 07:49 AM
Thanks Neal, but I had tried that and no luck. I am looking into something else right now on it. You figure there would be a setting for this. LOL
Elsie
06-27-2006, 08:18 AM
i'd be interested to know how to do this too :)
going to have to try this, bear with me
It works for me everywhere, just not in the last post list (Red Arrow)
The correct way to do this is to amend the Main CSS class ".bigusernames" for that style.
AdminCP > Style Manager > Main CSS (for style) > Additional CSS Definitions >
change this code
/* ***** styling for 'big' usernames on postbit etc. ***** */
.bigusername { font-size: 14pt; }
to this
/* ***** styling for 'big' usernames on postbit etc. ***** */
.bigusername { font-size: 14pt; text-decoration: none;}
Peggy
06-27-2006, 02:00 PM
ahha! It worked. Thank you John
Thanks John, still learning myself.
Elsie
06-27-2006, 03:05 PM
yup me too (everyday!) but i reckon i'll do this on my site too soon (ie when i get round to it! lol).
Peggy
06-27-2006, 03:07 PM
*Hands Elsie a round toit* :D
Elsie
06-27-2006, 04:11 PM
hmmmm
lol
You're welcome all... glad to help.
Elsie
07-06-2006, 10:31 AM
done this, thanks :)
Chris
07-06-2006, 04:54 PM
yep I have tried that also and it still doesn't work for me. I have a custom template and I thought that wouldn't matter.
Any other ideas, anyone?
Peggy
07-06-2006, 05:06 PM
I wonder if there is something in the template code preventing the removal of the underlines...
Elpie
07-09-2006, 02:23 AM
If its not working it could be that the link is picking up settings from further up in the cascade of the CSS.
Try this:
/* ***** styling for 'big' usernames on postbit etc. ***** */
.bigusername, .bigusername a { font-size: 14pt; text-decoration: none;}
This overrides any settings it may be picking up that are underlining the links.
Chris
07-17-2006, 11:27 PM
If its not working it could be that the link is picking up settings from further up in the cascade of the CSS.
Try this:
/* ***** styling for 'big' usernames on postbit etc. ***** */
.bigusername, .bigusername a { font-size: 14pt; text-decoration: none;}
This overrides any settings it may be picking up that are underlining the links.
Tried that and still no luck.
Powered by vBulletin® Version 4.2.0 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.