Chat Type Box
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1 • Share •
Chat Type Box
Hello!
I was wondering if there is a way to change the color of the background of the box that you type in for the chatbox. I have provided a screenshot below to clarify:

My forum type is phpBB3, and if you need to see my forum, it's in my profile. I'm wanting it to be a dark based, color, such as brown or black, instead of white. Thank you for your time and I'd appreciate anyone's help if they have free time.
Thanks for reading!
Leah7
I was wondering if there is a way to change the color of the background of the box that you type in for the chatbox. I have provided a screenshot below to clarify:

My forum type is phpBB3, and if you need to see my forum, it's in my profile. I'm wanting it to be a dark based, color, such as brown or black, instead of white. Thank you for your time and I'd appreciate anyone's help if they have free time.
Thanks for reading!
Leah7
Last edited by Leah7 on April 17th 2013, 9:55 am; edited 1 time in total
Guest- Guest
Re: Chat Type Box
Can you give this a try? Put this in your CSS
.
And if you want to change the 'Send' button too, just use this one instead of above:

- Code:
#message {
background-color: black !important;
color: white;
}
And if you want to change the 'Send' button too, just use this one instead of above:
- Code:
#message, #submit_button {
background-color: black !important;
color: white;
}

Re: Chat Type Box
The first one worked--thank you so very much, E-Mark. =) I truly appreciate your assistance and your time.
Guest- Guest
Re: Chat Type Box
Topic Solved & Locked |
Jophy- ForumGuru
-
Posts : 17924
Reputation : 835
Language : English
Location : Somewhere
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum