MyBB Community Forums

Full Version: How do i change the text color in the mybb text editor.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, i have a problem with my text editor. If i type in my text editor it is fully black and is hard to read. But when i post the thread/post it has the normal text color. How can i fix it?
[Image: kYgwjrp.png][Image: PCkeNn0.png]
maybe this threads help you

https://community.mybb.com/post-957657.html

Change default font color
(2017-07-22, 10:40 AM)ziuma Wrote: [ -> ]maybe this threads help you

https://community.mybb.com/post-957657.html

Change default font color

i dont think what is this what  he asked, i think is where the painel to formating text on post?? link this here when we post something
me also having same error :Sad don't know how can I fix that Sad
If this is about the color of the text in View Source mode then add following piece of code inside your Ungrouped templates > codebuttons at the end:

<style type="text/css">.sceditor-container iframe, .sceditor-container textarea { color: #02F!important; }</style>

Change the color hex ( #02F ) to as you like ...
(2018-04-21, 02:22 AM)effone Wrote: [ -> ]If this is about the color of the text in View Source mode then add following piece of code inside your Ungrouped templates > codebuttons at the end:

<style type="text/css">.sceditor-container iframe, .sceditor-container textarea { color: #02F!important; }</style>

Change the color hex ( #02F ) to as you like ...

It Doesn't work for me Sad
Link me to the page where you have applied the solution and still not working ...
i fixed that error by adding jquery.sceditor.xx.css in jscrips/sceditor/textarea_styles.
Good but I didn't give you any solution without testing ...