CHATBOX Color Problem
2 posters
Page 1 of 1
CHATBOX Color Problem
Technical Details
Forum version : #phpBB3
Position : Founder
Concerned browser(s) : Mozilla Firefox
Screenshot of problem : https://2img.net/h/i1175.photobucket.com/albums/r621/ErinAdkinsTRO/problem_zpsfqlpbvah.png
Who the problem concerns : All members
When the problem appeared : After installing the skin. The chatbox portion was not modified.
Forum link : http://trump.bigboardlive.com
Description of problem
Hi,As indicated in the screenshot, where you input a message, the box is white. I'd like to change that color because the text is also white and therefore I can't read what I'm trying to type in the input field.
The output message is also white but that appears on a blue background.
Thanks
Re: CHATBOX Color Problem
Hi @ErinTRO,
Try adding the following rule to your stylesheet.
Display > Colors > CSS stylesheet
That should change the background color of the input field. You can replace 333 with any color you want.
Try adding the following rule to your stylesheet.
Display > Colors > CSS stylesheet
- Code:
input#message {
background:#333 !important;
}
That should change the background color of the input field. You can replace 333 with any color you want.
Re: CHATBOX Color Problem
Ange Tuteur wrote:Hi @ErinTRO,
Try adding the following rule to your stylesheet.
Display > Colors > CSS stylesheet
- Code:
input#message {
background:#333 !important;
}
That should change the background color of the input field. You can replace 333 with any color you want.
It works! Thank you soooo much, Ange! That one was driving me nuts. I'm so happy now! You're terrific!
Similar topics
» chatbox color
» Chatbox Mod Color
» Chatbox Color Picker
» Chatbox Detail Color Changes
» How to change chatbox color
» Chatbox Mod Color
» Chatbox Color Picker
» Chatbox Detail Color Changes
» How to change chatbox color
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum