The Navigation Tabs

by John DeStefano last modified Feb 04, 2009 03:00 AM
Contributors: Stephanie McFarlin
Editing the default navigation tabs
The tabs

 

In Plone v2.x:

  • Template: global_sections
    • Located: [site]/portal_skins/plone_templates
  • CSS: #portal-globalnav, #portal-globalnav li, #portal-globalnav li a, #portal-globalnav li.selected a, and #portal-globalnav li a:hover
    • Located: [site]/portal_skins/plone_styles/plone.css

In Plone v3.x:

  • Template: navigation.pt
    • Located: [site]/portal_view_customizations
  • CSS: #portal-globalnav, #portal-globalnav li, #portal-globalnav li a, #portal-globalnav li.selected a, and #portal-globalnav li a:hover
    • Located: [site]/portal_skins/plone_styles/public.css

 

Additional Information:

To disable the tabs:

In Plone v2.x:
  • Click on [site]/portal_actions
  • De-select the Visible? check box for all the Actions with the Category of portal_tabs
  • Click Save at the bottom of the form
In Plone v3.x:
  • TBD