Chat Box - Underlined Chat Removal? 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.
2 posters

    Chat Box - Underlined Chat Removal?

    avatar
    LiveTrash
    New Member


    Posts : 13
    Reputation : 0
    Language : English

    Chat Box - Underlined Chat Removal? Empty Chat Box - Underlined Chat Removal?

    Post by LiveTrash December 2nd 2010, 3:57 am

    I was able to successfully remove the underlined font style from other things on the forum, however, the chat box remains a mystery. I can't seem to find anywhere how to do this.


    Anyone know?
    Agent24
    Agent24
    Forumember


    Male Posts : 813
    Reputation : 72
    Language : English, Spanish
    Location : California

    Chat Box - Underlined Chat Removal? Empty Re: Chat Box - Underlined Chat Removal?

    Post by Agent24 December 2nd 2010, 5:07 am

    That is not possible. Unless you can do it with css which I don't know anything about
    avatar
    Guest
    Guest


    Chat Box - Underlined Chat Removal? Empty Re: Chat Box - Underlined Chat Removal?

    Post by Guest December 2nd 2010, 8:10 pm

    add this in your CSS :
    Code:

    #chatbox_main_options, #chatbox_main_options a, #chatbox_main_options span{
    text-decoration:none;
    }
    #chatbox_main_options a:hover{
    text-decoration:none !important;
    }
    #chatbox_members ul li a {
    text-decoration: none;
    }
    #chatbox_members ul li a:hover {
    text-decoration: none !important;
    }
    .user-msg a {
    text-decoration: none;
    }
    .user-msg a:hover {
    text-decoration: none !important;
    }
    avatar
    LiveTrash
    New Member


    Posts : 13
    Reputation : 0
    Language : English

    Chat Box - Underlined Chat Removal? Empty Re: Chat Box - Underlined Chat Removal?

    Post by LiveTrash December 4th 2010, 5:43 pm

    Thanks! This code has worked, however only for the member list. The underlining for the names in the section of the chat box containing the chat is still underlined.

    Any ideas?