As part of a custom look for your LibGuides website, you may want to hide the tabs from being viewed, especially if your new LibGuides website only has one tab.
<style>
/*Below removes the tabs from view*/
#s-lg-tabs-container {
display: none;
}
</style>
This code will remove these tabs from view:
