Posts

Showing posts with the label Creating a Custom Theme for Alfresco Share

Creating a new theme in Alfresco | Code Factory

Image
Step1  : Go to <Alfresco> -> tomcat -> webapps -> share -> themes . Step2  : Copy the contents of an existing theme directory to the new theme directory.              Example : greenTheme to codeFactoryTheme Step3  : Open following files :              - presentation.css              - yui/assets/skin.css Step4  : Search for .yui-skin-greenTheme and replace with .yui-skin-codeFactoryTheme (In both files). Step5  : Save the files. Step6  : Create a new XML file in the <Alfresco> -> tomcat -> webapps -> share -> web-inf -> classes -> alfresco -> site-data -> themes then copy greenTheme.xml and rename codeFactoryTheme.xml Step7  : Open the codeFactoryTheme.xml file, change all instances of greenTheme to codeFactoryTheme, and then save the files...