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 Mon 23 Jun - 16:49; edited 1 time in total (Reason for editing : Problem solved!)
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>")
});
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 !
Similar topics
» Editor Text Color
» Editor text color change
» Change text color on New Editor
» Change Post New Topic text editor color
» Background color and text color by rank
» Editor text color change
» Change text color on New Editor
» Change Post New Topic text editor color
» Background color and text color by rank
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum