by Draxion March 24th 2017, 6:14 pm
Hi there,
@Gwim_Weaper. Add this to your JavaScirpts.
Admin Panel --> Modules --> HTML & JavaScripts --> JavaScript Codes Management.
Create a new JavaScript.
Title: Text in Editor (or anything else you desire)
Placement: In all pages
- Code:
$(function() {
$(function() {
$(".sceditor-container iframe").contents().find("head").append("<style>body,html,code:before,p,table{color:#FFFFFF!important;font-size:14px!important;background-color:#000!important;}</style>")
})
});
Next, add this to your CSS Stylesheet.
Admin Panel --> Display --> Colors --> CSS Stylesheet
- Code:
.sceditor-container {
background-color: #000000 !important;
}
.sceditor-container textarea {
color: #fff !important;
font-size: 14px !important;
}