Personal tools
You are here: Home Session 1 Removing Icons in navigation porlet
Document Actions

Removing Icons in navigation porlet

by ggavilan last modified 2007-08-10 19:05

I have used the following CSS to remove those icons from the navigation portlet:

/* REMOVE ICONS FROM NAVTREE... */
#portal-column-one .navTreeItem a,
#portal-column-one .navTreeItem a:hover,
#portal-column-one .navTreeItem div {
    background-image: none !important;

}
/* ... AND REMOVE THE ICON PADDING */
#portal-column-one #portlet-navigation-tree .visualIconPadding {
    padding: 0;
    margin: 0;
}

You can put this CSS in the ploneCustom.css file in the portal_skins/custom folder.

(If the ploneCustom.css file is not already in the custom folder, go up to the portal_skins, click on plone_styles, and then on ploneCustom.css. Click on the "customize" button and you will automagically have a ploneCustom.css file in the custom folder and be able to immediately start editing it.)
« May 2024 »
Su Mo Tu We Th Fr Sa
1234
567891011
12131415161718
19202122232425
262728293031
 

Powered by Plone CMS, the Open Source Content Management System

This site conforms to the following standards: