From 8ef319ace99a6c67c58f6afb13268f17b29ff75f Mon Sep 17 00:00:00 2001 From: harukin Date: Thu, 3 Jan 2019 08:27:36 +0900 Subject: [PATCH] edit page-title hide --- view/theme/plusfuture/css/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/view/theme/plusfuture/css/style.css b/view/theme/plusfuture/css/style.css index 73f1639..d69cdc7 100644 --- a/view/theme/plusfuture/css/style.css +++ b/view/theme/plusfuture/css/style.css @@ -2160,6 +2160,14 @@ nav > .navbar-text > div{ font-size: 0px; } +nav > .navbar-nav > a{ + font-size: 0px; +} +@media screen and (min-width: 430px) { + nav > .navbar-nav > a{ + font-size: unset; + } +} @media screen and (min-width: 993px) { .region_3-on { left: 0px;