cancel
Showing results for 
Search instead for 
Did you mean: 

Change Login Logo

auddog007
Champ in-the-making
Champ in-the-making
I'm currently running version 4.0c and am wondering if there is a way to change the login logo to our company logo.
3 REPLIES 3

ddraper
World-Class Innovator
World-Class Innovator
If you're happy with the rest of the login page then you could just override the CSS selector for the logo… this is defined in the "login.css" file and the selector you'd need to override is: ".login-logo" which sets the background image.

If you do this by editing the file directly then you should bear in mind that the CSS file is loaded from the application theme - so depending upon the theme you're using you'll need to make sure you update the right file. Alternatively you can define an extension to import a new CSS file and override that selector in your own file (which would then be applied across all themes).

This blog post briefly outlines how you can easily add in a new CSS file (http://blogs.alfresco.com/wp/ddraper/2012/01/04/extensibilty-updates-roundup/) or you could define a new extension to "resources.get.html.ftl" WebScript template to import your own CSS file that way (see http://blogs.alfresco.com/wp/ddraper/2011/08/12/customizing-alfresco-share-freemarker-templates/)

I'd probably recommend just starting off by placing your application logo image somewhere in the deployed Share application folder and using a Web Inspector/Firebug to dynamically update the CSS and see if you can get some results that you're happy with.

Finally, one other option would be to completely replace the default login page see: http://blogs.alfresco.com/wp/ddraper/2011/11/03/advanced-share-customization-part-2/

I hope this helps,
Regards,
Dave

deeps
Champ in-the-making
Champ in-the-making
Hi,

i have changed the login page logo. but i did those changes in share folder.
so after deploying amp ill changes are reverted back.

so is it possible to do same via Shared folder in alfresco.

if yes!
then how??

can you help me??

Thanks in Advance…..

auddog007
Champ in-the-making
Champ in-the-making
That worked perfectly.  Thanks for your help.