cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco background color change

rasika_g
Champ in-the-making
Champ in-the-making

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!

2 ACCEPTED ANSWERS

abhinavmishra14
World-Class Innovator
World-Class Innovator

@rasika_g 

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

~Abhinav
(ACSCE, AWS SAA, Azure Admin)

View answer in original post

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

~Abhinav
(ACSCE, AWS SAA, Azure Admin)

View answer in original post

3 REPLIES 3

abhinavmishra14
World-Class Innovator
World-Class Innovator

@rasika_g 

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

~Abhinav
(ACSCE, AWS SAA, Azure Admin)

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

~Abhinav
(ACSCE, AWS SAA, Azure Admin)