cancel
Showing results for 
Search instead for 
Did you mean: 

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

ganesh_batwal
Champ on-the-rise
Champ on-the-rise

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 ACCEPTED ANSWER

mrks_js1
Star Contributor
Star Contributor

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 answer in original post

4 REPLIES 4

mrks_js1
Star Contributor
Star Contributor

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;
}

Thank you, the mention settings are working for us.

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 ?

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