Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 906 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 906 Bytes

Environment Styler for Sitecore

Module to allow environment specific styling (and text) on login screen and header ribbon for Sitecore 8+

Update the sc.Environment setting in SC.EnvironmentStyler.config on each different environment, either using an config patch or your deployment process.

Default values are:

  • LOCAL
  • DEV
  • TEST
  • UAT
  • PREPROD
  • PROD
  • ANIMATED
  • RAINBOW

You can use whatever value you want, just ensure a matching CSS file is located in /sitecore modules/EnvironmentStyler/ folder in the format environment-override-$(sc.Environment).css. You can also edit the existing CSS files to change the styles to suit your own requirements.

Tested on Sitecore 8.0.3, 8.0.7, 8.1.3, 8.2.0 and 8.2.1

Login Screen

Login Screen

Ribon Header

Ribon Header