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.

Chatbox default font color

4 posters

Go down

Chatbox default font color Empty Chatbox default font color

Post by CharleX December 6th 2009, 1:20 am

I was wondering how I can change the default font color for my PHPBB3 chatbox.
Here is how the default font color looks:
Chatbox default font color Tech_v13
CharleX
CharleX
Forumember

Male Posts : 492
Reputation : 0
Language : English and Korean
Location : On The Comp

Back to top Go down

Chatbox default font color Empty Re: Chatbox default font color

Post by shikk December 8th 2009, 11:48 am

I would like to know also. In my case it would be the color of the font in the "Message:" box where you first type your message
avatar
shikk
New Member

Posts : 4
Reputation : 0
Language : English

Back to top Go down

Chatbox default font color Empty Re: Chatbox default font color

Post by Veljko December 8th 2009, 1:02 pm

Let me help you... If you have no CSS code, just add this one...

/* Chatbox */
body.chatbox {
min-width: 550px !important;
background-image: none;
padding: 0;
margin: 0;
background-color: #202020;
}

Use this code to change your background color of cahtbox...

or you can change text in your css:


}
div#chatbox {
color: #d4d4d4;
Veljko
Veljko
Active Poster

Male Posts : 1270
Reputation : 23
Language : Serbian, English, CSS, HTML, a bit of latin and german...
Location : Starlight road

Back to top Go down

Chatbox default font color Empty Re: Chatbox default font color

Post by ankillien December 8th 2009, 1:42 pm

Hell,

You can change default font color via CSS but it won't let your users choose different color then.

You can put this code in Admin CP > Display > Colors > CSS and submit...

Code:
.msg span {
color : RED!important;
}

You can change red color as per your need.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Back to top

- Similar topics

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