As part of a custom look for your LibGuides website, you may want to hide the title of the guide.
<style>
/*Below removes the name of the guide from view*/
#s-lg-guide-name {
display: none;
}
</style>
This code will prevent the name of the guide from being displayed:
