FreeTextBox Custom CSS Styling

We all love "FreeTextBox" editor, because it is free ;). But its default style is outdated. So one day I tried to apply custom style to it; here by I am sharing it with you.

Apply following .css to the .aspx page contains the FreeTextBox control. The trick was to override the default FreeTextBox .css classes by our custom .css classes.

By default FreeTextBox look like this:

FreeTextBoxDefaultStyle.png

After applying custom .css it look like this:

FreeTextBoxCustomStyle 2.png

I kept background color "White" for demo purpose only, but you can change the color as per your needs.

for working sample please download the attached code.

Hope it will help somebody.