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.

CSS Code for font in Chatbox

3 posters

Go down

In progress CSS Code for font in Chatbox

Post by StarSixtyNine November 9th 2011, 10:26 am

Is there any CSS code to change the font in the chatbox? In the "Online" part of it, it's Times New Roman (I'm gonna guess size 13) and I don't want it to be that way. Help?
avatar
StarSixtyNine
New Member

Posts : 7
Reputation : 1
Language : English

Back to top Go down

In progress Re: CSS Code for font in Chatbox

Post by Nera. November 9th 2011, 12:40 pm

Hi,

Try this, chnage the font if you want.

Code:
#chatbox_members {
    font-family: tahoma;
}
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

In progress Re: CSS Code for font in Chatbox

Post by StarSixtyNine November 10th 2011, 3:06 am

That worked, thanks Smile And the font for the rest of that chatbox (where the messages are displayed) is? I figured I'd ask here and not in another thread. lol.
avatar
StarSixtyNine
New Member

Posts : 7
Reputation : 1
Language : English

Back to top Go down

In progress Re: CSS Code for font in Chatbox

Post by LGforum November 10th 2011, 3:27 am

same code above but remove '_members'
LGforum
LGforum
Hyperactive

Male Posts : 2265
Reputation : 264
Language : English
Location : UK

Back to top Go down

In progress Re: CSS Code for font in Chatbox

Post by StarSixtyNine November 10th 2011, 3:41 am

LGforum wrote:same code above but remove '_members'

That didn't work.
avatar
StarSixtyNine
New Member

Posts : 7
Reputation : 1
Language : English

Back to top Go down

In progress Re: CSS Code for font in Chatbox

Post by LGforum November 10th 2011, 3:45 am

This is what i mean:
Code:

        #chatbox {
            font-family: tahoma;
        }

Add that to your CSS, as well as the other code.
LGforum
LGforum
Hyperactive

Male Posts : 2265
Reputation : 264
Language : English
Location : UK

Back to top Go down

In progress Re: CSS Code for font in Chatbox

Post by StarSixtyNine November 10th 2011, 3:52 am

Yes, I did that and it still won't work.
avatar
StarSixtyNine
New Member

Posts : 7
Reputation : 1
Language : English

Back to top Go down

In progress Re: CSS Code for font in Chatbox

Post by Guest November 10th 2011, 6:49 am

Try:
Code:
#chatbox{
font-family: Tahoma !important;
}
avatar
Guest
Guest


Back to top Go down

In progress Re: CSS Code for font in Chatbox

Post by StarSixtyNine November 11th 2011, 3:30 am

That still doesn't work. Nevermind, it's okay. Thanks, though.

Last question: Where the messages are displayed, there is a white line underneath the names. Example

[01:12:05]Character : Text here.

How do I get rid of the underline?
avatar
StarSixtyNine
New Member

Posts : 7
Reputation : 1
Language : English

Back to top Go down

Back to top


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