diff --git a/themes/lumbung-theme/layouts/partials/header.html b/themes/lumbung-theme/layouts/partials/header.html index 5ed8bbf..f98501a 100644 --- a/themes/lumbung-theme/layouts/partials/header.html +++ b/themes/lumbung-theme/layouts/partials/header.html @@ -67,10 +67,6 @@
- login
\ No newline at end of file diff --git a/themes/lumbung-theme/static/css/main.css b/themes/lumbung-theme/static/css/main.css index 9811ec6..2f77293 100644 --- a/themes/lumbung-theme/static/css/main.css +++ b/themes/lumbung-theme/static/css/main.css @@ -179,14 +179,6 @@ body { display: none; } -#top-menu .search { - display: flex; - justify-content: flex-end; - align-items: flex-end; - /* temporarily disabling search */ - display: none; -} - #top-menu input { border: none; border-bottom: 1px solid #333; @@ -866,7 +858,6 @@ footer a:hover { } .menu, - #top-menu .search, #login { display: none; }