PDA

View Full Version : Removing underlines from only User Names


J. Thomas Jeans
07-14-2007, 11:24 PM
Okay, I've done a search for this, but nothing is coming up. While I've found a couple of answers, nothing quite matches what I need.

I'm looking for a way to remove the underline from User Names but not from the rest of the links (links posted by members, forum names, et cetera). I've found a couple of good codes that remove underlines from every link, but I just want to take them off the User Names.

Take care,
-J.

nexialys
07-14-2007, 11:48 PM
in your CSS, you have that detail: bigusername

use this:

.bigusername a:link {
text-decoration: none;
}

btw, great avatar... (Dr Who!)

J. Thomas Jeans
07-15-2007, 12:01 AM
Well, it took a couple of variations of placement in the CSS, but on the third try it very much worked. :) Thanks a bundle for that, it was driving me bonkers.

And thanks for the compliment on the avatar. I'm East Texas' number 1 Doctor Who fan, I'm sure. :D

ADDED:

While I'm here, I may as well ask this question, too -- is there any way to set the color of links that are posted by members in threads so that it's different from the links on the forum (like the forum names, sub forums, user names, et cetera)? Right now, the forum names are practically the same color as the text, and this means the links end up looking practically the same color as the text.

ADDED:

I'm also now curious -- what bit of code do I have to alter to remove the underline from usernames in the "What's Going On" and "Who's Online" panels?

Roxie
09-15-2007, 03:08 PM
<a href="http://www.vbulletin.com/forum/showthread.php?t=108923" target="_blank">http://www.vbulletin.com/forum/showthread.php?t=108923</a>