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
|
Similar topics
» Editor text color change
» Change text color on New Editor
» Change Post New Topic text editor color
» Categories forums color change with css code on a PunBB forum?
» [background color update]-I want the code to change the background color
» Change text color on New Editor
» Change Post New Topic text editor color
» Categories forums color change with css code on a PunBB forum?
» [background color update]-I want the code to change the background color
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum