# Plone 4 Tips and Tricks

*Back to [Table of Contents](https://kb.ucla.edu/link/1510)*

## Tiny <span class="caps">MCE</span>

***Adding a color picker to the toolbar***

Plone 4 comes installed with Tiny <span class="caps">MCE</span> as the default html editor. It has a <span class="caps">WYSIWYG</span> interface with a toolbar at the top. However, you may notice that some basic functions are missing (like a color picker). To activate the color picker, follow these steps.

1\. Log in with Site Admin privileges.

2\. Go to Site Setup &gt; Tiny <span class="caps">MCE</span> Visual Editor &gt; and choose the **Toolbar** tab at the top.

3\. Scroll down until you find the **Forecolor** checkbox (off by default) and check it and save.

4\. Next, go to **Html Filtering** (site setup).

5\. Click the **Styles** tab and add the tag ‘color’ to permitted styles (Add permitted styles button) and click save.

That’s it! The next time you go to the html editor you will see the color picker icon in the toolbar.