https://2img.net/h/i52.photobucket.com/albums/g39/ImagenMan/Kingdoms%20of%20Camelot/forumeditwhite.jpg
4 posters
Change Post New Topic text editor color
David Cordero- New Member
- Posts : 9
Reputation : 1
Language : English
- Post n°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
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Add this to your CSS:
- Code:
.sceditor-container iframe, .sceditor-container textarea {
  color: #000 !important;
}
David Cordero- New Member
- Posts : 9
Reputation : 1
Language : English
Just add it anywhere or is there a specific line I should add it to? Thanks for your help
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
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.
David Cordero- New Member
- Posts : 9
Reputation : 1
Language : English
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);
}
---
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
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:
|
David Cordero- New Member
- Posts : 9
Reputation : 1
Language : English
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
|
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
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.
David Cordero- New Member
- Posts : 9
Reputation : 1
Language : English
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);
}
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
- Post n°10
Re: Change Post New Topic text editor color
The bracket you add needs to be all the way to the left.
David Cordero- New Member
- Posts : 9
Reputation : 1
Language : English
- Post n°11
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);
}
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
- Post n°12
Re: Change Post New Topic text editor color
Guests cannot reply. Also try posting the code at the very top, even above the bracket.
David Cordero- New Member
- Posts : 9
Reputation : 1
Language : English
- Post n°13
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?
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
- Post n°14
Re: Change Post New Topic text editor color
Did you do what I recently proposed? Try adding the code above that alone bracket.
David Cordero- New Member
- Posts : 9
Reputation : 1
Language : English
- Post n°15
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?
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
- Post n°16
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.
David Cordero- New Member
- Posts : 9
Reputation : 1
Language : English
- Post n°17
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);
}
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
- Post n°18
Re: Change Post New Topic text editor color
You're welcome, have a nice day!
SLGray- Administrator
- Posts : 51554
Reputation : 3523
Language : English
Location : United States
- Post n°19
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.
Ape- Administrator
- Posts : 19432
Reputation : 2010
Language : fluent in dork / mumbojumbo & English haha
- Post n°20
Re: Change Post New Topic text editor color
Is this now solved ?