During the customization of Alfresco share UI I have noticed First thing clients want to do is remove alfresco logos and replace it with their logos wherever possible. So, I thought of sharing this knowledge with all of you.
Replacing the logo which is located on top left corner of all the pages in Alfresco share is fairly simple.
- Login as admin user
- Go to admin console.
- Inside Application section in left side you will see the option to upload new logo.
- You can upload your company logo there and apply the changes and you are good to go.
- Only thing you need to be careful is the logo which you are uploading should matchup with the existing alfresco logo in terms of size. Recommended height is maximum 48 pixels.
Hiding the Footer of Alfresco share
- Locate footer.css file under
- <ALF_HOME>tomcatwebappssharecomponentsfooter
- Add following piece in that css file
.sticky-push, .sticky-footer { display: none !important; } #bd { padding-bottom:0px !important; }
You are good to go just refresh the page and footer will be gone. Let me know if you face problem in following this.
Looking for quality Alfresco Web Hosting ? Look no further than Arvixe Web Hosting !
Hi, thanks for the info. But, may I know what tools do you use for customizing alfresco from source code?
Hi Nazri, I use eclipse IDE for coding and Maven for building and source control. Do you need any other details?