Title: Color Editor
Last modified: August 10, 2022

---

# Color Editor

 *  Resolved [Benjamin](https://wordpress.org/support/users/punkerben/)
 * (@punkerben)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/color-editor/)
 * The color editor is UGLY, is there a way to just go back to WordPress default
   view?

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Aurovrata Venet](https://wordpress.org/support/users/aurovrata/)
 * (@aurovrata)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/color-editor/#post-15913005)
 * > The color editor is UGLY
 * not sure what you mean by the colour editor. Can you post a screenshot to illustrate
   what you’re referring to?
    -  This reply was modified 3 years, 9 months ago by [Aurovrata Venet](https://wordpress.org/support/users/aurovrata/).
 *  Plugin Author [Aurovrata Venet](https://wordpress.org/support/users/aurovrata/)
 * (@aurovrata)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/color-editor/#post-16384295)
 * Rereading your thread, I realise you’re probably referring to the HTML editor.
   This editor can be themed with your custom CSS file using the following filter,
 *     ```wp-block-code
       add_filter('cf7sg_admin_editor_theme', 'load_html_theme');
       function load_html_theme($handle){
         return 'css/my-theme.css'; //make sure the file css/my-theme.css exists in the your theme folder.
       }
       ```
   
 * You can download an existing theme of your choice from the [CodeMirror](https://codemirror.net/5/theme/)
   site.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Color Editor’ is closed to new replies.

 * ![](https://ps.w.org/cf7-grid-layout/assets/icon-256x256.png?rev=1834229)
 * [Smart Grid-Layout Design for Contact Form 7](https://wordpress.org/plugins/cf7-grid-layout/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cf7-grid-layout/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cf7-grid-layout/)
 * [Active Topics](https://wordpress.org/support/plugin/cf7-grid-layout/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cf7-grid-layout/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cf7-grid-layout/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Aurovrata Venet](https://wordpress.org/support/users/aurovrata/)
 * Last activity: [3 years, 4 months ago](https://wordpress.org/support/topic/color-editor/#post-16384295)
 * Status: resolved