Hide default logo

This commit is contained in:
Tony Grosinger 2024-02-17 07:55:07 -08:00
parent 47b081d2a9
commit e347ce42e4

View File

@ -11,6 +11,11 @@
background-image: url($OrcasHub-Top-Logo); background-image: url($OrcasHub-Top-Logo);
} }
// Hide the default logo in the header bar
.home-logo-wrapper-outlet {
display: none;
}
// custom search banner customizations // custom search banner customizations
.custom-search-banner-wrap { .custom-search-banner-wrap {
margin: 0 auto !important; margin: 0 auto !important;