diff --git a/templates/custom/header.tmpl b/templates/custom/header.tmpl index 6c99d49..122d1b4 100644 --- a/templates/custom/header.tmpl +++ b/templates/custom/header.tmpl @@ -96,8 +96,8 @@ border-radius: 2em; } - /* Hide the first link (app logo). */ - .following.bar #navbar .brand a:first-child { + /* Hide the app logo (first link in "brand" div). */ + .following.bar #navbar .brand > a:first-child { display: none; }