How to change background of TinyMCE?

后端 未结 8 1543
慢半拍i
慢半拍i 2020-12-17 10:19

I have just install TinyMCE editor for my website. But the default background is black and text colour is gray. Anybody can tell me how to change background to white and tex

8条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-17 10:50

    I would suggest that you change the css file content.min.css located in your theme directory. Change the definition of

    body{background-color:#595345;}
    

    to anything your wish

提交回复
热议问题