Chat Box - Underlined Chat Removal?
2 posters
Page 1 of 1
Chat Box - Underlined Chat Removal?
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?
Anyone know?
LiveTrash- New Member
- Posts : 13
Reputation : 0
Language : English
Re: Chat Box - Underlined Chat Removal?
That is not possible. Unless you can do it with css which I don't know anything about
Agent24- Forumember
-
Posts : 813
Reputation : 72
Language : English, Spanish
Location : California
Re: Chat Box - Underlined Chat Removal?
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;
}
Guest- Guest
Re: Chat Box - Underlined Chat Removal?
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?
Any ideas?
LiveTrash- New Member
- Posts : 13
Reputation : 0
Language : English

» Chatbox Underlined
» Removal of Google ads, and those that have paid for removal
» Non Underlined Links
» Underlined Links
» Underlined Navigation Bar
» Removal of Google ads, and those that have paid for removal
» Non Underlined Links
» Underlined Links
» Underlined Navigation Bar
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum