This is a migrated thread and some comments may be shown as answers.

Editor customization

1 Answer 31 Views
Editor
This is a migrated thread and some comments may be shown as answers.
AB
Top achievements
Rank 1
AB asked on 02 Jun 2012, 12:14 PM
Hello, how can I set font-name and font-size for the text in the red frames?
 
How can I set the width of the tabs (edit modes) in the green frames?

Thank you

AB

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 05 Jun 2012, 06:55 AM
Hi,

Try overriding the css as follows.

CSS:
<style type="text/css">
    .reDropdown .FontName,.reDropdown .RealFontSize,.reEditorModes a
    {
        font-size:12px !important;
        font-family:Arial Black !important;
    }
    .reEditorModes li
    {
        width: 80px !important;
    }
</style>

Thanks,
Princy.
Tags
Editor
Asked by
AB
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or