cancel
Showing results for 
Search instead for 
Did you mean: 

Change Alfresco Logo

fthamura
Champ in-the-making
Champ in-the-making
I just want to change all the alfresco logo, login box and everything without modify the images or anything

can help?
1 REPLY 1

gavinc
Champ in-the-making
Champ in-the-making
To change the things you are suggesting you will need to modify the JSP pages. All styles and colours etc. are defined in CSS which are defined in /projects/web-client/source/web/css/main.css.

To change the logo you will have to change /projects/web-client/source/web/jsp/parts/titlebar.jsp and to change the look of the login page you will need to alter /projects/web-client/source/web/jsp/login.jsp

Hope that helps.