Hi davideo7,
1. Open file "\cuteeditor_files\Themes\Office2007\style.php"
2. Find section below
<?php echo $editorid; ?> .CuteEditorBottomBarContainer {padding:2px;height:1px;overflow-y:visible;}
3. Change to. The red part is the back ground color of the bottom bar.
<?php echo $editorid; ?> .CuteEditorBottomBarContainer {padding:2px;height:1px;overflow-y:visible;background-color:#d7e3f2;}
If you using other theme, please change the locatioin to theat theme folder.
Regards,
ken