Add Navigation Tabs to the top of your site
The Navigation Tabs were removed in the Illinois version of Plinkit to make the site more streamlined. However, some people would like them turned back on. So here are the procedures to accomplish that.
- Login to your Plinkit site as a user with manager privledges.
- Go to "Site Setup" and choose "Zope Management Interface"
- Go through the folders to: /portal_skins/plinkit_custom/ploneCustom.css
-
Find and remove the following lines:
-
#portal-globalnav{
display: none;
} -
Return to your homepage and refresh (F5) the page. If the background of the tabs is the wrong color or hard to read on delete the following lines as well:
-
#portal-globalnav li a {
background-color: white;
}