CKEDITOR.replace( 'editor_1', {
toolbar: [
{ ..... },
],
uiColor: 'white',
});
Unfortunately, the above code does not yield the desired outcome.
.cke_top{background-color: white;}
It appears that the specified CSS rule has no impact on the design.
.cke_top{display:none;}
While the above CSS rule hides the entire toolbar, I need certain buttons to remain visible.
Many others have posed similar inquiries, yet the answers provided do not meet my requirements.
I appreciate any help or insights you can provide. Thank you in advance!