cancel
Showing results for 
Search instead for 
Did you mean: 

Remove Alfresco Community Image at the bottom

pp20218
Champ in-the-making
Champ in-the-making
Hi All,

Can anyone tell me how to remove the image Alfresco Community which is available at the bottom of the every page.

I checked the image property.It is available at http://www.alfresco.com/assets/images/logos/community-edition-3.2r.png.  Suppose I want to change that image as per my own image where I need to make the changes?

Regards
PP
5 REPLIES 5

mikeh
Star Contributor
Star Contributor
It's all in PageTag.java

Thanks,
Mike

pp20218
Champ in-the-making
Champ in-the-making
Hey Mike,

Thanks a lot. I got it.

glenski
Champ in-the-making
Champ in-the-making
Hello Mike,

I am using 3.4.d community edition and would like to remove this link for a demo I am doing the laptop isn't going to be connected to the internet during the demonstation and having the link there is slowing things down a little.
I have looked for PageTag.java and can't find it. Is it zipped up in the alfresco.war?

Thanks man

G

shibu
Champ in-the-making
Champ in-the-making
To change the image "Alfresco Community", go to share/components/images/alfresco-share-logo.png and rename or delete.
Or edit following code in share/components/footer/ footer.css
       .footer-com .copyright img
   {
      padding-right: 1em;
      vertical-align: baseline;
      display : none; /* add this line */
   }

hsturner
Champ on-the-rise
Champ on-the-rise
I need to do this in the classic interface for alfresco 4.2.d, not the share.  How do I remove this logo?