From ef90e1ed940ab28787281a5b7597d4a954a9f766 Mon Sep 17 00:00:00 2001 From: Tony Grosinger Date: Sat, 17 Feb 2024 07:55:07 -0800 Subject: [PATCH] Hide default logo --- common/common.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common/common.scss b/common/common.scss index 7952257..c2b5824 100644 --- a/common/common.scss +++ b/common/common.scss @@ -11,6 +11,11 @@ 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-wrap { margin: 0 auto !important;