View Full Version: [S] Removing The Underline

RPG-Directory > Solved Support Topics > [S] Removing The Underline



Title: [S] Removing The Underline


Elenlond - July 5, 2008 04:15 AM (GMT)
I had a code long before that I was using in order to remove the underlining underneath usernames when you put your mouse over them, but it kinda messed up the forum (made it slow and kinda twitchy). So, I removed it. Now, I know you can remove the underline under all links when you put your mouse over it by going to the forum CSS and changing it, but I really just want, in the active users list, for the underline to be gone when you put your mouse over a username. I don't need it gone from the entire forum. Is there any way to do this without getting rid of all of the underlines on links?

Thanks!

Sunday - July 5, 2008 04:43 AM (GMT)
Do you mean the "Last Click" page or the "Users Online" feature?
I know how to get rid of the underlining in both, but the following directions will get rid of the hover underline in the "Users Online" feature (at the bottom of the main page).

Find .thin in your CSS (should be near the bottom). Add the following beneath it.

CODE
.thin a:hover { text-decoration: none; }


That should work. =] If you still need help, I'll be glad to fix anything.

Elenlond - July 5, 2008 05:03 AM (GMT)
Hum, you know when you're on a forum index page and you see who's online at the time (so let's say Bob, George, and Mary are online). Well, there's a way to make it so that their user names aren't underlined when you put your mouse over their username, but down the side of the forum where it shows who posted last where, the names are still underlined. It's only when the user's colour group is specified (so let's say Bob's is green and George and Mary both have white) that you don't have the mouse-over underline. It also is the same when you view what the users are doing (so, the Last Click/Members Online buttons beneath the usernames). That's what I'm trying to get rid of - users with specified colour groups with no underline when you do a mouse-over.

Will that part of the CSS you pointed out fix it? =O

Sunday - July 5, 2008 05:36 AM (GMT)
Okay, I'm not really sure I understood that, sorry. XD But the code I just gave you will change it so there's no underline here: http://i31.tinypic.com/jb06j6.jpg

Jae - July 5, 2008 03:12 PM (GMT)
Sorry to butt in, but if it changes the usernames at the bottom, does it also happen to change anything else? If not, it might help me, too. xD

Sunday - July 5, 2008 05:42 PM (GMT)
Changing .thin will only change the Current Users Online thing at the bottom of the main page.

Elenlond - July 5, 2008 10:43 PM (GMT)
Um... Well I THOUGHT it worked till the CSS decided that it'd override the original link settings, so I lost all of the underlining... Um... This is why my .thin looks like:

CODE
.thin { padding:6px 0px 6px 0px;line-height:140%;margin:2px 0px 2px 0px;border-top:1px solid #56482B;border-bottom:1px solid #56482B; }


I don't know how you'd insert the link bit in there without screwing up the rest of the linking on the site. I'm not that adept with CSS yet, lol.

Sunday - July 5, 2008 11:47 PM (GMT)
Trust me - messing with .thin will not affect the rest of your board. It only affects the Users Online part of the site. :p

Replace your current .thin code with this, and change nothing else, and it should work:
CODE
.thin { padding:6px 0px 6px 0px;line-height:140%;margin:2px 0px 2px 0px;border-top:1px solid #56482B;border-bottom:1px solid #56482B; }

.thin a:hover { text-decoration: none; }

Elenlond - July 6, 2008 12:19 AM (GMT)
=D Ok, it did indeed work. Thank you SO much <3<3. Your help was greatly appreciated.




Hosted for free by InvisionFree