# How do I remove the icons in Plone?

This will allow you to remove the navigation icons that appear in Plone’s navigation portlet.

- go into <span class="caps">ZMI</span> (Zope Management Interface)
- go to Root Folder of your site
- click on portal\_css (<span class="caps">CSS</span> Registry). There you’ll see a long list of all the CSSes affecting your site
- disable generated.css

Additionally:

- under “Condition” put the following: not: portal/portal\_membership/isAnonymousUser  
     (This will allow the icons to appear to users who are logged in.)