Skip to content

Instantly share code, notes, and snippets.

@nielslange
Created October 9, 2019 03:46
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 nielslange/ffef64abd72c84e4f710a98ce4cbf83e to your computer and use it in GitHub Desktop.
Save nielslange/ffef64abd72c84e4f710a98ce4cbf83e to your computer and use it in GitHub Desktop.
/* Replace site logo based on language | NL-***-hc */
html[lang="en-US"] .custom-logo-link {
background: url(IMAGE-URL);
height: 150px;
width: 300px;
display: block;
margin: auto;
}
html[lang="en-US"] .custom-logo-link img.custom-logo {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment