cancel
Showing results for 
Search instead for 
Did you mean: 

Change/Modify Footer Alfresco Comunity

juliogg
Champ in-the-making
Champ in-the-making
Hello,
I've found several topics related with changing/deleting of the footer but all of them are refered to Alfresco BEFORE changing to GPL
Can someone clarify if NOW changing the footer is allowed? and also What are the technical steps that has to be taken for doing so?.
Thanks in advance.
Julio
1 ACCEPTED ANSWER

muralidharand
Star Contributor
Star Contributor
You need to change the footer.css which is present in,
 C:\Alfresco50d\tomcat\webapps\share\components\footer\footer.css 


/* Footer Component */
.footer
{
   background-color: #fafafa;
   border-top: 1px solid #ccc;
   text-align: center;
   padding: 0;
   display:none!important;
}


It is working for me in ACE 5.0.d on windows 7 machine, refer attached.

View answer in original post

30 REPLIES 30

muralidharand
Star Contributor
Star Contributor
You need to change the footer.css which is present in,
 C:\Alfresco50d\tomcat\webapps\share\components\footer\footer.css 


/* Footer Component */
.footer
{
   background-color: #fafafa;
   border-top: 1px solid #ccc;
   text-align: center;
   padding: 0;
   display:none!important;
}


It is working for me in ACE 5.0.d on windows 7 machine, refer attached.