Change Post New Topic text editor color
4 posters
Page 1 of 1
Change Post New Topic text editor color
I need help to change the text color from white to black. The text editor as it is appears as white text on a black background so basically no one can see what they are writing. Heres a screenie. I have fiddled with some of the color options in the admin section but they seem to affect other text in other parts of my forum. Im happy with pretty much all the color scheme except the (Post New Topic) white on white.
https://2img.net/h/i52.photobucket.com/albums/g39/ImagenMan/Kingdoms%20of%20Camelot/forumeditwhite.jpg
https://2img.net/h/i52.photobucket.com/albums/g39/ImagenMan/Kingdoms%20of%20Camelot/forumeditwhite.jpg
Re: Change Post New Topic text editor color
Add this to your CSS:
- Code:
.sceditor-container iframe, .sceditor-container textarea {
color: #000 !important;
}
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Change Post New Topic text editor color
Just add it anywhere or is there a specific line I should add it to? Thanks for your help
Re: Change Post New Topic text editor color
Add it at the very bottom or very top, just make sure it does not split other code (in between), make sure it is seperated from other code.
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Change Post New Topic text editor color
I added it to very top but it did not seem to change anything heres a code snippet if you want to make sure I did it ok.
{
.sceditor-container iframe, .sceditor-container textarea {
color: #000000 !important;
}
position:absolute;
top: (new X position);
left: (new y position);
}
---
{
.sceditor-container iframe, .sceditor-container textarea {
color: #000000 !important;
}
position:absolute;
top: (new X position);
left: (new y position);
}
---
Re: Change Post New Topic text editor color
It needs to look like this:
Also, when sending code, it's best to use these tags:
- Code:
.sceditor-container iframe, .sceditor-container textarea {
color: #000 !important;
}
Also, when sending code, it's best to use these tags:
|
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Change Post New Topic text editor color
Ok Im pretty sure I have it right but it still its still white text on white background doesnt seem to have changed anything. Again here is the code I have place at very top but after the 1st { bracket
|
Re: Change Post New Topic text editor color
Are you using the quick reply or full reply? Also, I see the code is shifted right, try copying all the code except the bracket and en add the bracket after you paste the code.
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Change Post New Topic text editor color
I was just using the reply button below, but heres how the code looks Im sure Im doing something wrong thanks for the help
- Code:
{
.sceditor-container iframe, .sceditor-container textarea {
color: #000000 !important;
}
position:absolute;
top: (new X position);
left: (new y position);
}
Re: Change Post New Topic text editor color
The bracket you add needs to be all the way to the left.
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Change Post New Topic text editor color
Ok I have changed the code but it still isnt doing anything here is what my code looks like.
If you need to see the forum so you understand exactly how it looks when adding a New Post go here.
http://conquestspace.userboard.net/
If you need to see the forum so you understand exactly how it looks when adding a New Post go here.
http://conquestspace.userboard.net/
- Code:
{
.sceditor-container iframe, .sceditor-container textarea {
color: #000000 !important;
}
position:absolute;
top: (new X position);
left: (new y position);
}
Re: Change Post New Topic text editor color
Guests cannot reply. Also try posting the code at the very top, even above the bracket.
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Change Post New Topic text editor color
Hmmm ok well the screenshot I posted at the beginning is what it looks like. If you highlight the text with mouse you can see its there but while typing its just white text on a white background. Is the code I have correct?
Re: Change Post New Topic text editor color
Did you do what I recently proposed? Try adding the code above that alone bracket.
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Change Post New Topic text editor color
Im sorry if I don''t quite understand the question but to me it looks like the code is above the lone bracket. Can you you explain it again?
Re: Change Post New Topic text editor color
As shown on line 1 there is this bracket "{" that is above the code, remove it and place it below the code. I'm very confused what your CSS looks like now.
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Change Post New Topic text editor color
Ok I got it Im sorry for confusing you and appreciate your help and patience this is what my code looks like now and it did work Thanks again
- Code:
.sceditor-container iframe, .sceditor-container textarea {
color: #000000 !important;
}
{
position:absolute;
top: (new X position);
left: (new y position);
}
Re: Change Post New Topic text editor color
You're welcome, have a nice day!
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Change Post New Topic text editor color
Take a look at these options: AP > Display > Colors & Pictures > Colors
Look down the page for editor toolbar and background options.
Look down the page for editor toolbar and background options.
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.
Similar topics
» Change text color on New Editor
» How to change the color code in the editor
» How can I change the post-color text?
» Post Details Text Color change!
» Chat box text color change/shadow change
» How to change the color code in the editor
» How can I change the post-color text?
» Post Details Text Color change!
» Chat box text color change/shadow change
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum