Chaste Responsive Plone theme features Follow us on that comes with 6 social media actions for sharing information and communicating via Facebook, Twitter, LinkedIn, Google Plus, RSS feed and Skype. It's implemented in the footer area.
Overall, Chaste Theme footer can be subdivided into three parts: Find Us on portlet(1), standard Plone footer(2) and so-called colophon with some theme credits (3).
All parts can be customized. To change Find Us on portlet(1) and standard Plone footer(2), go to Zope Management Interface -> portal_view_customizations -> plone.footer. Press Customize to enable editing of the current footer template and change the text. Do not forget to save the changes when you finish.
To hide theme credits (3) and Plone colophon 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.