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?
Solved! Go to Solution.
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
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
Thank you. I've found by default lightTheme is used in this page.
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.