How to change the background image on login page for Alfresco Share v5.2.e

cancel
Showing results for 
Search instead for 
Did you mean: 
ganesh_batwal
Active Member

How to change the background image on login page for Alfresco Share v5.2.e

Jump to solution

Dear Support,

Kindly share the steps for changing the background image for alfresco login page.

I have tried multiple parameter changes, but still the default background page are not getting updated.

Followed the "Adding a background image or a logo to Share login page " without any luck.. Kindly advice.

1 Solution

Accepted Solutions
mrks_js1
Established Member II

Re: How to change the background image on login page for Alfresco Share v5.2.e

Jump to solution

please pay attention to the date and the version they were using.

I have never done this (with 5.2.) but I guess you can create a custom theme like this: Adding a custom Share Theme | Alfresco Documentation 

and override these parts from "login.css" (with !important declaration)

body.ENTERPRISE
{
background-color: #0c79bf;
}
body.UNKNOWN
{
background-color: #f8982b;
}

View solution in original post

4 Replies
mrks_js1
Established Member II

Re: How to change the background image on login page for Alfresco Share v5.2.e

Jump to solution

please pay attention to the date and the version they were using.

I have never done this (with 5.2.) but I guess you can create a custom theme like this: Adding a custom Share Theme | Alfresco Documentation 

and override these parts from "login.css" (with !important declaration)

body.ENTERPRISE
{
background-color: #0c79bf;
}
body.UNKNOWN
{
background-color: #f8982b;
}
ganesh_batwal
Active Member

Re: How to change the background image on login page for Alfresco Share v5.2.e

Jump to solution

Thank you, the mention settings are working for us.

mehar460
Active Member II

Re: How to change the background image on login page for Alfresco Share v5.2.e

Jump to solution

Hi Ganesh,

I have taken the necessary css attributes and override in presentation.css in custom theme. It didn't work.

can you please elaborate the steps ?

mehar460
Active Member II

Re: How to change the background image on login page for Alfresco Share v5.2.e

Jump to solution

I got this achieved by creating a share amp file and use amp to file mapping tutorial

modify file-mapping.properties to overwrite the desired file