As part of a custom look for your LibGuides website, you may want to hide the LibGuides banner. Note: if you are using LibGuides CMS, you can set a different banner for groups of guides as well.
<style>
/*Below removes the banner from view*/
#s-lib-banner {
display: none;
}
</style>
This code will remove this banner from view:
