Skip to content

Instantly share code, notes, and snippets.

@JRondeau16
Created July 21, 2017 20:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JRondeau16/cf190474e4f20e269bd2a95476d33d9e to your computer and use it in GitHub Desktop.
Save JRondeau16/cf190474e4f20e269bd2a95476d33d9e to your computer and use it in GitHub Desktop.
Sitecore Custom Background Image
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/">
<sitecore>
<settings>
<setting name="Login.BackgroundImageUrl">
<patch:delete />
</setting>
<setting name="Login.BackgroundImageUrl" value="PATH_TO_IMAGE" />
</settings>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment