How to remove the lines from your name in the chatbox? Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
4 posters

    How to remove the lines from your name in the chatbox?

    Bingoo
    Bingoo
    Forumember


    Male Posts : 134
    Reputation : 7
    Language : English, Spanish

    Solved How to remove the lines from your name in the chatbox?

    Post by Bingoo July 1st 2012, 10:30 pm

    Title says it all. What's the CSS code that removes the lines under your name in the chatbox?


    Last edited by Bingoo on July 5th 2012, 10:40 pm; edited 1 time in total
    Bingoo
    Bingoo
    Forumember


    Male Posts : 134
    Reputation : 7
    Language : English, Spanish

    Solved Re: How to remove the lines from your name in the chatbox?

    Post by Bingoo July 2nd 2012, 8:52 pm

    Bump~
    Bingoo
    Bingoo
    Forumember


    Male Posts : 134
    Reputation : 7
    Language : English, Spanish

    Solved Re: How to remove the lines from your name in the chatbox?

    Post by Bingoo July 5th 2012, 5:29 am

    Bump~
    Mike
    Mike
    Hyperactive


    Male Posts : 4255
    Reputation : 471
    Language : English, HTML, CSS
    Location : Loveland, Colorado

    Solved Re: How to remove the lines from your name in the chatbox?

    Post by Mike July 5th 2012, 4:32 pm

    Pretty sure it'll be:

    Code:
    #chatbox a {
    text-decoration: none !important;
    }
    Sir Chivas™
    Sir Chivas™
    Helper
    Helper


    Male Posts : 6983
    Reputation : 457
    Language : EN, FR, ES
    Location : || CSS || HTML || Graphics Designs || Support ||

    Solved Re: How to remove the lines from your name in the chatbox?

    Post by Sir Chivas™ July 5th 2012, 4:41 pm

    Hi, Hello

    If that doesn't work: try this code: (to remove all underline from all links).
    Code:
    a:hover{
        text-decoration: none !important;
        }
        a{
        text-decoration: none !important;
        }
    Bingoo
    Bingoo
    Forumember


    Male Posts : 134
    Reputation : 7
    Language : English, Spanish

    Solved Re: How to remove the lines from your name in the chatbox?

    Post by Bingoo July 5th 2012, 10:40 pm

    Thanks you guys! santa
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51556
    Reputation : 3519
    Language : English
    Location : United States

    Solved Re: How to remove the lines from your name in the chatbox?

    Post by SLGray July 6th 2012, 12:12 am

    Topic Solved & Locked



    How to remove the lines from your name in the chatbox? Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.