Editor Text Color
2 posters
Page 1 of 1
Editor Text Color
Hi,
My forum template has dark colors, so i changed my editor background color to black but then this happened -->

I can't read what i write. How can i change the text color in editor with using CSS? My forum version is phpBB2.
My forum template has dark colors, so i changed my editor background color to black but then this happened -->

I can't read what i write. How can i change the text color in editor with using CSS? My forum version is phpBB2.
Last edited by zachwinch on June 23rd 2014, 6:49 pm; edited 1 time in total (Reason for editing : Problem solved!)
zachwinch- New Member
- Posts : 22
Reputation : 1
Language : Turkish
Re: Editor Text Color
Hello zachwinch,
For source code mode add this to your CSS :
Administration Panel > Display > Pictures and colors > Colors > CSS stylesheet
For WYSIWYG mode create a new script:
Administration Panel > Modules > HTML & JAVASCRIPT > Javascript codes management
Title : your choice
Placement : in all the pages
For source code mode add this to your CSS :
Administration Panel > Display > Pictures and colors > Colors > CSS stylesheet
- Code:
.sceditor-container textarea { color:#fff !important; }
For WYSIWYG mode create a new script:
Administration Panel > Modules > HTML & JAVASCRIPT > Javascript codes management
Title : your choice
Placement : in all the pages
- Code:
$(window).load(function () {
$(".sceditor-container iframe").contents().find("head").append("<style>body,html,code:before,p,table{color:#fff!important;}</style>")
});
Ange Tuteur- Forumaster
-
Posts : 13244
Reputation : 2990
Language : English & 日本語
Location : Pennsylvania
Re: Editor Text Color
Wow, it works. Thanks a lot. Really



zachwinch- New Member
- Posts : 22
Reputation : 1
Language : Turkish
Re: Editor Text Color
You're welcome. 
Topic archived
If you have anymore questions don't hesitate to open another topic. Have a good day !

Topic archived
If you have anymore questions don't hesitate to open another topic. Have a good day !

Ange Tuteur- Forumaster
-
Posts : 13244
Reputation : 2990
Language : English & 日本語
Location : Pennsylvania

» Editor Text Color
» Change text color on New Editor
» Editor text color change
» Editor text color in administration panel
» HOW TO CHANGE the main text editor color an look
» Change text color on New Editor
» Editor text color change
» Editor text color in administration panel
» HOW TO CHANGE the main text editor color an look
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum