06-19-2017 07:31 AM
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.
06-20-2017 04:58 AM
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;
}
06-20-2017 04:58 AM
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;
}
06-20-2017 06:21 AM
Thank you, the mention settings are working for us.
11-01-2018 01:50 AM
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 ?
11-01-2018 09:49 AM
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
Explore our Alfresco products with the links below. Use labels to filter content by product module.