Skip to content

Instantly share code, notes, and snippets.

@luxumbra
Last active November 21, 2019 01:28
Show Gist options
  • Save luxumbra/a1bfe99a4c59ba38fc92424e71379ceb to your computer and use it in GitHub Desktop.
Save luxumbra/a1bfe99a4c59ba38fc92424e71379ceb to your computer and use it in GitHub Desktop.
Fix for Eli
.logo-container #main-logo .navbar-brand .logo-image img {
display: none;
}
.logo-container #main-logo .navbar-brand .logo-image {
background-size: cover;
background-image: url('https://newgenpublishing.co.uk/wp-content/uploads/2019/11/newgen_logo_transp.png');
background-position: center;
width: 180px;
height: 66px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment