cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to change themes

yogesh_prabhu
Champ in-the-making
Champ in-the-making
Hi,

I am new to alfresco
I am using alfresco-community-edition-3.3
I am unable to change the theme from default to other..
I added the following lines to this 2 xml files (web-framework-config-custom.xml) in the path:

1)C:\Alfresco\tomcat\shared\classes\alfresco\web-extension\web-framework-config-custom.xml.sample
2)C:\Alfresco\tomcat\webapps\share\WEB-INF\classes\alfresco\web-framework-config-custom.xml

Lines are:
<config evaluator=”string-compare” condition=”WebFramework”>
<web-framework>
<application-defaults>
<theme>hcBlack</theme>
</application-defaults>
</web-framework>
</config>

However, this is not working..
I believe it is not referring to it at all..
Because, there is a main.css file at the path: C:\Alfresco\tomcat\webapps\alfresco\css
Whatever change i do to this css file is reflected..

Any kind of suggestions are welcome..

Thanks in advance..

Yogesh Prabhu
4 REPLIES 4

mikeh
Star Contributor
Star Contributor
If you're using v3.3 then change the theme via Share's admin console instead.

Thanks,
Mike

yogesh_prabhu
Champ in-the-making
Champ in-the-making
Hi MikeH,

Thanks for your reply..

Yes, through alfresco share, i am able to change my theme..

But, i wanted to [size=120]change the theme of the Alfresco Web Client[/size]..which does not have a theme settings..

Is there a way to change the theme in Web Client too..?

I am able to change the color of the existing theme by changing the css file..

But i want to create a complete new theme..say "mytheme"

Is it possible..??

mikeh
Star Contributor
Star Contributor
But, i wanted to [size=120]change the theme of the Alfresco Web Client[/size]..which does not have a theme settings..
That's correct, it doesn't. The Explorer client doesn't (and never will) have the concept of themes at all, so modifying the css is the way to go.

Thanks,
Mike

yogesh_prabhu
Champ in-the-making
Champ in-the-making
Thanks for your reply Mike..