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.

Chat Box - Underlined Chat Removal?

2 posters

Go down

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

Post by LiveTrash December 2nd 2010, 2: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?
avatar
LiveTrash
New Member

Posts : 13
Reputation : 0
Language : English

Back to top Go down

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

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

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

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

Back to top Go down

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

Post by Guest December 2nd 2010, 7: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
Guest
Guest


Back to top Go down

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

Post by LiveTrash December 4th 2010, 4: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?
avatar
LiveTrash
New Member

Posts : 13
Reputation : 0
Language : English

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum