Alfresco background color change

cancel
Showing results for 
Search instead for 
Did you mean: 
rasika_g
Member II

Alfresco background color change

Jump to solution

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 Solutions

Accepted Solutions
abhinavmishra14
Advanced

Re: Alfresco background color change

Jump to solution

@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 solution in original post

abhinavmishra14
Advanced

Re: Alfresco background color change

Jump to solution

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 solution in original post

3 Replies
abhinavmishra14
Advanced

Re: Alfresco background color change

Jump to solution

@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)
rasika_g
Member II

Re: Alfresco background color change

Jump to solution

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!

abhinavmishra14
Advanced

Re: Alfresco background color change

Jump to solution

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)