diff --git a/templates/custom/header.tmpl b/templates/custom/header.tmpl index 072510e..82c9971 100644 --- a/templates/custom/header.tmpl +++ b/templates/custom/header.tmpl @@ -118,6 +118,11 @@ } } + /* Hide the navbar logo. */ + #navbar #navbar-logo { + display: none; + } + /* Notifications indicator. */ .notification_count { border-radius: 0.6em;