solved Comments mce container colour setting problem

John Bizley
John Bizley
@john-bizley
10 years ago
251 posts
As my site is the dark colour of projam5 the body font colour is set to a white colour but this also reflects in the comments mce container so you can't see the text you input without first going to the colour setting in that container and set it to black. I've tried losts of way to make this font black as default but no joy so if anyone can help that would be awesome, thanks.
commentsbox.jpg
commentsbox.jpg  •  60KB


updated by @john-bizley: 01/13/15 04:17:38AM
brian
@brian
10 years ago
10,148 posts
Looks like we need to set this by default, which I can do in the next core release. For now you should be able to edit the modules/jrCore/css/jrCore_tinymce.css and set:

color: #000000;

in the .mce-content-body class.

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
John Bizley
John Bizley
@john-bizley
10 years ago
251 posts
That did the trick, had to put an !important exclamation on it though for it to take.
Thanks Brian :-)
brian
@brian
10 years ago
10,148 posts
John Bizley:
That did the trick, had to put an !important exclamation on it though for it to take.
Thanks Brian :-)

Yeah that's not too surprising - the way that the rules are ordered can mean you need to do that if you don't see your change take effect.

Thanks!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net

Tags