Part 7. How to Edit Estate Theme Footer

This tutorial covers customization of diazo Estate Plone Theme footer on a Plone 4.2 website.

Overall, Estate Theme footer can be  subdivided into two parts: standard Plone footer(1) and so-called colophon with the theme credits (2).

footer.jpg

Go to portal_view_customizations (Template customizations) and open plone.footer (zope.publisher.interfaces.browser.IDefaultBrowserLayer):

plone.footer.png

In the opened window press Customize button:

customize-footer.png

Then make necessary edits, and save your changes.

To hide theme credits and Plone colophon (2) you will need to add a special class to your ploneCustom.css.

#portal-colophon {
display: none;
}

Read our tutorial on how to customize CSS stylesheets in Plone.

Connect with our experts Let's talk