November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Hi Magnus.
Easiest way would probably be to inject a custom stylesheet as part of the shell experience. You can achieve that by modifying the module.config file.
<?xml version="1.0" encoding="UTF-8"?> <module clientResourceRelativePath="" loadFromBin="true"> <clientResources> <add name="epi-cms.widgets.base" path="~/Css/EPiServerStyles.css" resourceType="Style" /> </clientResources> </module>
You should see the stylesheet loading when the shell is initializing.
If you enable transformation of that configuration file, you can ensure it differs across environments.
Hope that helps!
/Casper Aagaard Rasmussen
Hello
What is the easiest/best way to style Episerver Admin GUI? Is it to use .NET functionality? We have multiple test environments and we would like to style them differently so its easier to distinguish them from each other.
Regards, Magnus