View Full Version : How do I make the vB 'editors' be dark/black?
BirdOPrey5
06-16-2010, 11:39 PM
I have a custom dark style but the editors (new message/reply and quick reply / PM's, etc...) are all white backgrounds with black text just like on vbulletin.org and my other 'white' styles. I've seen forums where the editor is dark or black with white or grey text- how do I do that? I take it I need some css somewhere but I haven't figured it out yet. :confused:
DragonBlade
06-17-2010, 12:04 AM
The background color should be changeable in stylevars I believe. If not, do tell me :P
As for the white text,
Add this in additional.css
body.wysiwyg {
color:#FFFFFF;
}
.editor_textbox textarea, .editor_textbox iframe {
color:#FFFFFF;
}
BirdOPrey5
06-17-2010, 12:18 AM
I've seen this box, and as you can see have made it dark but it doesn't ever affect my page, the editor remains white with black text... maybe because I'm not technically using the wysiwyg editor, I'm using the one that shows bbcode like here by default?
DragonBlade
06-17-2010, 12:47 AM
Oh, I forgot, this is the vb3 section not vb4 :P
Unfortunately, I have forgotten how to do this.
And correct, the default here is not the WYSIWYG editor
Digital Jedi
06-20-2010, 01:49 AM
You want to go to the Toolbar Menu Options in your Style Manager and edit the Text Editor Control Styles.
BirdOPrey5
06-20-2010, 08:37 AM
You want to go to the Toolbar Menu Options in your Style Manager and edit the Text Editor Control Styles.
Thanks but that just has options for the editor buttons and font names/sizes, not the editor itself. :(
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.