diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 2f5cc2f0ae..95a8aa09f9 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -2134,6 +2134,11 @@ ul.dropdown-menu li:hover { .section-title-wrapper { overflow: hidden; } +/* Home and Login Page */ +body.mod-home .navbar #nav-login, +body.mod-login .navbar #nav-login { + display: none; +} /* Profile-page */ #profile-content-standard, #profile-content-advanced { diff --git a/view/theme/frio/templates/nav.tpl b/view/theme/frio/templates/nav.tpl index 2fab623530..aa8d50fc01 100644 --- a/view/theme/frio/templates/nav.tpl +++ b/view/theme/frio/templates/nav.tpl @@ -238,7 +238,6 @@