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.

Colour of Chatbox Message Bar

3 posters

Go down

In progress Colour of Chatbox Message Bar

Post by Lord Iron May 5th 2017, 5:52 pm

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


Lord Iron
Lord Iron
New Member

Male Posts : 24
Reputation : 2
Language : English
Location : United Kingdom

http://castle-europa.forumotion.com/

Back to top Go down

In progress Re: Colour of Chatbox Message Bar

Post by Draxion May 5th 2017, 5:57 pm

Hi there,

Add this to your CSS.
Code:
#message.post {
  color: #fff !important;
  background-color: #323254 !important;
}
Draxion
Draxion
Helper
Helper

Male Posts : 2518
Reputation : 321
Language : English
Location : USA

https://www.talesoftellene.com/

Back to top Go down

In progress Re: Colour of Chatbox Message Bar

Post by Lord Iron May 6th 2017, 2:56 am

Draxion wrote:Hi there,

Add this to your CSS.
Code:
#message.post {
  color: #fff !important;
  background-color: #323254 !important;
}
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.
Lord Iron
Lord Iron
New Member

Male Posts : 24
Reputation : 2
Language : English
Location : United Kingdom

http://castle-europa.forumotion.com/

Back to top Go down

In progress Re: Colour of Chatbox Message Bar

Post by Draxion May 6th 2017, 3:01 am

Are you seeking to only change the background color?

EDIT: If so, then replace that with this. Admin Panel --> Display --> Colors --> CSS Stylesheet
Code:
#message.post {
  background-color: #323254 !important;
}
Draxion
Draxion
Helper
Helper

Male Posts : 2518
Reputation : 321
Language : English
Location : USA

https://www.talesoftellene.com/

Back to top Go down

In progress Re: Colour of Chatbox Message Bar

Post by Lord Iron May 6th 2017, 11:44 pm

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).


Last edited by Lord Iron on May 7th 2017, 12:13 am; edited 1 time in total
Lord Iron
Lord Iron
New Member

Male Posts : 24
Reputation : 2
Language : English
Location : United Kingdom

http://castle-europa.forumotion.com/

Back to top Go down

In progress Re: Colour of Chatbox Message Bar

Post by Draxion May 7th 2017, 12:07 am

Unless you are using a different chatbox, it should work... Try putting that code above all CSS.
Draxion
Draxion
Helper
Helper

Male Posts : 2518
Reputation : 321
Language : English
Location : USA

https://www.talesoftellene.com/

Back to top Go down

In progress Re: Colour of Chatbox Message Bar

Post by Lord Iron May 7th 2017, 12:14 am

What do you mean by above all CSS? I'll get a screen-shot anyway.


Last edited by Lord Iron on May 7th 2017, 12:17 am; edited 1 time in total
Lord Iron
Lord Iron
New Member

Male Posts : 24
Reputation : 2
Language : English
Location : United Kingdom

http://castle-europa.forumotion.com/

Back to top Go down

In progress Re: Colour of Chatbox Message Bar

Post by Draxion May 7th 2017, 12:16 am

Place it in the CSS stylesheet on top.
Draxion
Draxion
Helper
Helper

Male Posts : 2518
Reputation : 321
Language : English
Location : USA

https://www.talesoftellene.com/

Back to top Go down

In progress Re: Colour of Chatbox Message Bar

Post by Lord Iron May 7th 2017, 12:34 am

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:

Colour of Chatbox Message Bar Chat%20Box_zpsbl7w19gk

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.
Lord Iron
Lord Iron
New Member

Male Posts : 24
Reputation : 2
Language : English
Location : United Kingdom

http://castle-europa.forumotion.com/

Back to top Go down

In progress Re: Colour of Chatbox Message Bar

Post by SLGray May 7th 2017, 12:47 am

Is not the select this:

Code:
#chatbox_footer #message


Colour of Chatbox Message Bar Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: Colour of Chatbox Message Bar

Post by Draxion May 7th 2017, 6:18 pm

The CSS option to force the Basic CSS is enabled. Remove that.
Draxion
Draxion
Helper
Helper

Male Posts : 2518
Reputation : 321
Language : English
Location : USA

https://www.talesoftellene.com/

Back to top Go down

In progress Re: Colour of Chatbox Message Bar

Post by Lord Iron May 14th 2017, 10:15 am

Draxion wrote:The CSS option to force the Basic CSS is enabled. Remove that.
Yes, having done that, the earlier suggestion was effective.
Lord Iron
Lord Iron
New Member

Male Posts : 24
Reputation : 2
Language : English
Location : United Kingdom

http://castle-europa.forumotion.com/

Back to top Go down

Back to top


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