Posts

Showing posts from May, 2016

How to remove alfrecso footer.

Edit file footer.css located in <alf_home>/tomcat/webapps/share/components/footer Add following code : .sticky-push, .sticky-footer {display:none !important;} #bd {padding-bottom:0px !important;} Looking for how to modify footer ? http://mcqueeney.com/blog/how-to-modify-the-alfresco-share-page-footer/ Looking for how to customizing Alfresco for demo purpose? https://angelborroy.wordpress.com/2015/04/24/customizing-alfresco-for-demo-purposes/