10-06-2017 07:53 AM
Hi, everybody! How is it possible to change logos and other customization on Alfresco Share enter page? In what folder (inside alfresco) can I find this data (images and css files) corresponding to Alfresco Share enter page?
10-06-2017 10:09 AM
Hi Alex,
There are different folder exist for different theme.Each theme have it's own css and images.
You can find that css and images from <alfresco_home>tomcat\webapps\share\themes folder.
Ex.
presentation.css
.theme-company-logo
{
height: 42px;
width: 320px;
background: transparent url(images/alfresco.svg) 50% 0 no-repeat;
background-size: 156px 42px;
}
alfresco logo file path is defined here.
Thanks,
Kalpesh
10-06-2017 10:09 AM
Hi Alex,
There are different folder exist for different theme.Each theme have it's own css and images.
You can find that css and images from <alfresco_home>tomcat\webapps\share\themes folder.
Ex.
presentation.css
.theme-company-logo
{
height: 42px;
width: 320px;
background: transparent url(images/alfresco.svg) 50% 0 no-repeat;
background-size: 156px 42px;
}
alfresco logo file path is defined here.
Thanks,
Kalpesh
10-08-2017 05:06 PM
Thank you. I've found by default lightTheme is used in this page.
10-09-2017 04:42 AM
Explore our Alfresco products with the links below. Use labels to filter content by product module.