Question

I want to hide ckeditor toolbar without removing it, so that I can keep using the plugins (math). Something like set visible false.

Was it helpful?

Solution

what I did id check the generated code add make css hide the class for the header

.cke_top{display:none;}

Or

.cke_top{Visibility:hidden;}
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top