thedevdojo / chatter

Chatter is a Simple Laravel Forum Package
https://devdojo.com/forums
MIT License
898 stars 294 forks source link

Changing the white background of the tinymce text-area. #235

Open SilenceWF opened 5 years ago

SilenceWF commented 5 years ago

Hi, first of all, I have to say one big thanks for creating this amazing project. I am trying to implement this project to my platform, but I want it customized like my platform's theme. I managed to change everything... except that TinyMCE's textarea white background.

After the yield('css'), I have imported my custom theme CSS. I tried to style the body.mce-content-body, but it didn't work. It always gets the white background from the chatter.less:968. I tried to change it there too, but still nothing.

Please help me. :'( Thank you!