cancel
Showing results for 
Search instead for 
Did you mean: 

Style sheet overide - this should work ?

michaelc
Champ on-the-rise
Champ on-the-rise
I have a few minor stylesheet override I wish to do.  ( Version 3.3.3 )
  I could create a new theme or change the existing theme.

  but what I would prefer is to create an over ride file and only add my changes to it.
  Seems simple
    copy tomcat\webapps\share\WEB-INF\classes\alfresco\templates\org\alfresco\include\alfresco-template.ftl
    to shared\classes\alfresco\web-extension\templates\org\alfresco\include\alfresco-template.ftl 

   make my changes and restart.

  but I don't see my changes, did I place this in the wrong location ?
1 REPLY 1

michaelc
Champ on-the-rise
Champ on-the-rise
I had it correct, just place the line for the override file in the wrong location.


<!– Template Assets –>
<#nested>
<@renderStylesheets />
<!– site wide override –>
<link rel="stylesheet" type="text/css" href="/css/sitewideoverride.css" />
<!– Component Assets –>
${head}