How to change the color code in the editor
2 posters
Page 1 of 1
How to change the color code in the editor

I want to switch to wysiwyg editor, the color code text white
please help me
Re: How to change the color code in the editor
Hi @zzlasperpen,
For source code mode add this to your CSS :
Administration Panel > Display > Colors > CSS stylesheet
For WYSIWYG mode create a new script :
Administration Panel > Modules > Javascript codes management > Create a new script
Title : Your choice
Placement : In all the pages
Paste the code below and submit :
Modify
to change the color of the font. 
For source code mode add this to your CSS :
Administration Panel > Display > Colors > CSS stylesheet
- Code:
.sceditor-container textarea{ color:#fff !important }
For WYSIWYG mode create a new script :
Administration Panel > Modules > Javascript codes management > Create a new script
Title : Your choice
Placement : In all the pages
Paste the code below and submit :
- Code:
$(function(){$(function(){$(".sceditor-container iframe").contents().find("head").append("<style>body,html,code:before,p,table{color:#fff!important;}</style>")})});
Modify
|


» color change code to change color of moderator symbol
» How To change the Default text using editor[color]
» HOW TO CHANGE the main text editor color an look
» New Editor How To Change Color Of Blinker
» How to change color of box editor, spoiler box ?
» How To change the Default text using editor[color]
» HOW TO CHANGE the main text editor color an look
» New Editor How To Change Color Of Blinker
» How to change color of box editor, spoiler box ?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum