Quick reply box text color
4 posters
Page 1 of 1
Quick reply box text color
Technical Details
Forum version : #phpBB3
Position : Founder
Concerned browser(s) : Google Chrome, Other
Who the problem concerns : All members
Forum link : https://carnivalofwrestling.forumotion.com/
Description of problem
My text in the quick reply box default is black and I need it to be white so it can be seen in the quick reply box. I fixed it once but for some reason it decided to go back to black.Last edited by Jonny Hurricane on May 27th 2020, 4:51 pm; edited 1 time in total
Re: Quick reply box text color
Hello @Jonny Hurricane and welcome to the English support Forum.
Please add this to you CSS files at the top or bottom of the style sheet then Save
Please add this to you CSS files at the top or bottom of the style sheet then Save
- Code:
body{
color: #FFF !important;
}
Re: Quick reply box text color
Hey there,
If you're talking about the actual quick reply box;
Try adding this code to your CSS:
If you're talking about the actual quick reply box;
Try adding this code to your CSS:
- Code:
.sceditor-container iframe, .sceditor-container textarea {
background-color: #fff !important; }
Re: Quick reply box text color
Thank you mSyx. Not exactly what I was wanting to do but at least members can see the text now.
I tried Ape's code and it did nothing. I would prefer the text of the box to be changed from black to white and keep the quick reply background black but hey this works
I tried Ape's code and it did nothing. I would prefer the text of the box to be changed from black to white and keep the quick reply background black but hey this works
Re: Quick reply box text color
hello
replace the code mSyx gave you with this
replace the code mSyx gave you with this
- Code:
.sceditor-container iframe, .sceditor-container textarea {
background: #000 !important;
color: #fff;
}
Re: Quick reply box text color
can you give me a test account ( send the info by pm)
because your forum is closed to guests
because your forum is closed to guests
Re: Quick reply box text color
Hi again,
My bad, misunderstood the issue.
The following CSS should work:
My bad, misunderstood the issue.
The following CSS should work:
- Code:
.sceditor-container iframe, .sceditor-container textarea {
background-color: black !important;
color: white !important;
}
Re: Quick reply box text color
add this
- Code:
.sceditor-container iframe, .sceditor-container textarea {
background: #000 !important;
color: #fff !important;
}
Your PM has been received with thanks.
|
Re: Quick reply box text color
Problem solved & topic archived.
|
Similar topics
» Quick Reply Text Color
» Change color of "Quick Reply:" text via CSS
» Change quick reply text color..
» Quick Reply Smley Box Background Color
» text Shadow On The Quick Reply
» Change color of "Quick Reply:" text via CSS
» Change quick reply text color..
» Quick Reply Smley Box Background Color
» text Shadow On The Quick Reply
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum