cancel
Showing results for 
Search instead for 
Did you mean: 

Changing CSS of header in alfresco 5.0.1.

sanketgosavi
Champ in-the-making
Champ in-the-making
How to make CSS level changes of header in alfresco 5.0.1.

2 REPLIES 2

mathias_lin
Star Contributor
Star Contributor
In my case, I created a share extension (jar) where I put my css overrides:

\my-extension-share\src\resources\META-INF\themes\myTheme\presentation.css
\my-extension-share\src\resources\META-INF\themes\myTheme\yui\assets\skin.css

so that when jarring the extension project, the files are under
\META-INF\themes\myTheme\presentation.css
\META-INF\themes\myTheme\yui\assets\skin.css
within the jar.

Deploy the jar to <Alfresco>/tomcat/webapps/share/WEB-INF/lib

ddraper
World-Class Innovator
World-Class Innovator
If you're customizing the header in 5.0.1 onwards you might want to make yourself aware of the information here: http://blogs.alfresco.com/wp/developer/2015/05/19/share-header-colour-customization/