cancel
Showing results for 
Search instead for 
Did you mean: 

Set custom theme as default

jmoyano
Champ in-the-making
Champ in-the-making
Hi i am trying to set the default custom theme on alfresco share by adding the following configuration to the share-config-custom.xml:

<alfresco-config>
   <config evaluator="string-compare" condition="WebFramework">
      <web-framework>
         <defaults>
            <theme>customTheme</theme>
         </defaults>
      </web-framework>
   </config>
</alfresco-config>


But when i try to access the admin dashboard with http://localhost:8080/share/page/user/myuser/dashboard?theme=default it is still using the Alfresco default theme. Am i doing something wrong?
Thanks and Regards.
1 REPLY 1

zladuric
Champ on-the-rise
Champ on-the-rise
Look at the share/themes folder. There's <strong>default</strong> folder there, so you're using that theme. What if you change theme to
theme='customTheme'
?