Re: How can I adjust the color of 'Words:0 Characters:0' area?

  •  06-29-2011, 2:27 AM

    Re: How can I adjust the color of 'Words:0 Characters:0' area?

    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
View Complete Thread