Digital Art Community Forum for Artists & Creators

[SOLVED] A fix for the unreadable dark text when writing topics and comments

Username: Johan
Post Date: 2018-05-01 19:33:41
Hello again Escape Motions! I noticed that it's almost impossible to read what you write in the Tinymce input box since the text (body) color is set to black (#000000). If you have access to the css file directly you may want to change the color parameter in body to something lighter, like #a1a1a1. The CSS file you want to edit is likely this one: [URL unfurl="true"]https://www.escapemotions.com/community/assets/plugins/tinymce/skins/lightgray/content.min.css[/URL] On row 3 change the code to: color:#a1a1a1; Or add this code to the bottom of the same file: body { color:#a1a1a1; } I hope this helps. /Johan
Username: Peter135
Post Date: 2018-05-01 22:12:10
Thank you Johan! We fixed this unreadble bug...