Colour of Chatbox Message Bar
3 posters
Page 1 of 1
Colour of Chatbox Message Bar
The colour of the chatbox message bar (where the user types his or her message before sending it into the box) is currently white, so light text colours do not show up. I want to change it to the same background colour as the chatbox ('Tavern Talk') itself which is number 323254 (a dark blue).
Forum: http://castle-europa.forumotion.com/
Version: phpBB3
Forum: http://castle-europa.forumotion.com/
Version: phpBB3
Re: Colour of Chatbox Message Bar
Hi there,
Add this to your CSS.
Add this to your CSS.
- Code:
#message.post {
color: #fff !important;
background-color: #323254 !important;
}
Re: Colour of Chatbox Message Bar
Thankyou for your reply Draxion, but that program has made no difference. I did not change any of the 'CSS Options' below the box, which I assume is the correct way.Draxion wrote:Hi there,
Add this to your CSS.
- Code:
#message.post {
color: #fff !important;
background-color: #323254 !important;
}
Re: Colour of Chatbox Message Bar
Are you seeking to only change the background color?
EDIT: If so, then replace that with this. Admin Panel --> Display --> Colors --> CSS Stylesheet
EDIT: If so, then replace that with this. Admin Panel --> Display --> Colors --> CSS Stylesheet
- Code:
#message.post {
background-color: #323254 !important;
}
Re: Colour of Chatbox Message Bar
Thanks again, but the only change is that the default text colour is grey - the background of the message bar/strip is still white. Actually, this happened with your first program as well.
EDIT: If changing the colour of the message input strip is not possible, then a pretty good alternative would be to set the default (chat box) text colour to number FF6600 (orange).
EDIT: If changing the colour of the message input strip is not possible, then a pretty good alternative would be to set the default (chat box) text colour to number FF6600 (orange).
Last edited by Lord Iron on Sun 7 May - 0:13; edited 1 time in total
Re: Colour of Chatbox Message Bar
Unless you are using a different chatbox, it should work... Try putting that code above all CSS.
Re: Colour of Chatbox Message Bar
What do you mean by above all CSS? I'll get a screen-shot anyway.
Last edited by Lord Iron on Sun 7 May - 0:17; edited 1 time in total
Re: Colour of Chatbox Message Bar
It says 'updated successfully', so I seem to be doing it right, but there is no change. Anyway, this is what the chat box looks like:
Ideally, as you can see, the white bar would be the medium shade of blue. I have made successful changes to the chat box using javascript codes but cannot do it with the CSS.
Ideally, as you can see, the white bar would be the medium shade of blue. I have made successful changes to the chat box using javascript codes but cannot do it with the CSS.
Re: Colour of Chatbox Message Bar
Is not the select this:
|
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Colour of Chatbox Message Bar
Yes, having done that, the earlier suggestion was effective.Draxion wrote:The CSS option to force the Basic CSS is enabled. Remove that.
Similar topics
» Colour new message
» How to change text colour in message box?
» Chatbox - Set text colour & member list groups
» ChatBox Message
» Automatic rules message in Chatbox?
» How to change text colour in message box?
» Chatbox - Set text colour & member list groups
» ChatBox Message
» Automatic rules message in Chatbox?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum