MyBB Community Forums

Full Version: Change editpost background, default letter color?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Didn't change anything again.....
Only things what seems to have "background" are "code" and "blockquote", changed color "white;" to "grey;"
0 changes.
Change the first CSS code;

html, body, p, code:before, table {
margin: 0;
padding: 0;
font-family: Tahoma, Verdana, Arial, Sans-Serif;
font-size: 14px;
color: #111;
}

The last one is color, change that one to grey and look what happens.
Still nothing...
Changed to "#0C090A;"
even tried to change "grey;"
0 changes.
Oh, my fault, I was wrong haha,


Go to your global.css (in your acp),

Search for textarea, and change the background color there.

Sorry for the mistake,

Arne.
It doesn't change man....

Can you please give me 100% correct info and what to change? I'm newbie...
Could you give me your forum link, and a test account? Then I can see which CSS you're using etc.

-Arne.

Please follow these steps;

1. Go to your public_html/jscripts/sceditor/textarea_styles/jquery.sceditor.mybb.css
Find this line; html, body, p,code:before, table

If the tag color is not yet added, add this line under font-size: 14px; :

color:#D2CFCF;
(http://prntscr.com/86fece)

In the same file, find this line: body

Edit the color in background-color tag to #313131
(http://prntscr.com/86ff4n)

2. Now go to public_html/jscripts/sceditor/editor_themes/mybb.css
Search for this line: .sceditor-container .sceditor-toolbar, .sceditor-container iframe, .sceditor-container textarea

Edit the color tag in background-color to #313131
(http://prntscr.com/86fe4h)

Your editor should now be darker,

-Arne.
Thanks,
You really helped me!

Lock this thread!
Mark the thread as 'solved' please Wink
Pages: 1 2