Hi,
I am using Alfresco Community version 6. I want to know that how can i change background color of all pages of alfresco.
Thanks in Advance!
Solved! Go to Solution.
You can create your own custom themes in order to work with various look and feel changes.
See this documentation:
https://docs.alfresco.com/6.1/concepts/dev-extensions-share-themes.html
https://docs.alfresco.com/6.1/tasks/dev-extensions-share-tutorials-add-theme.html
You can also find a theme demo project here for reference: https://github.com/abhinavmishra14/share-theme-demo
demo project is an example for you to refer the project and implement these accordingly.
You can look at this sub project for reference: https://github.com/abhinavmishra14/share-theme-demo/tree/master/share62-theme-demo/share62-theme-dem...
You can very well change the color for all the pages. You need to dig into css part and try. Most css files are available under <theme>/yui/assets directtory. e.g. <theme>/yui/assets/skin.css
Hope you had looked at this documentation: https://docs.alfresco.com/6.1/tasks/dev-extensions-share-tutorials-add-theme.html
You can create your own custom themes in order to work with various look and feel changes.
See this documentation:
https://docs.alfresco.com/6.1/concepts/dev-extensions-share-themes.html
https://docs.alfresco.com/6.1/tasks/dev-extensions-share-tutorials-add-theme.html
You can also find a theme demo project here for reference: https://github.com/abhinavmishra14/share-theme-demo
Hi Thanks for replay but I am not using AIO project. I have Share side and Repository side projects so how will it be there.
I have tried the flex solutions theme generator but the color change for all pages is not possible there.
Can you help!
demo project is an example for you to refer the project and implement these accordingly.
You can look at this sub project for reference: https://github.com/abhinavmishra14/share-theme-demo/tree/master/share62-theme-demo/share62-theme-dem...
You can very well change the color for all the pages. You need to dig into css part and try. Most css files are available under <theme>/yui/assets directtory. e.g. <theme>/yui/assets/skin.css
Hope you had looked at this documentation: https://docs.alfresco.com/6.1/tasks/dev-extensions-share-tutorials-add-theme.html
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.