From 90414be6af1dbbef32fdb3593d5218be6573ca12 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Thu, 28 May 2015 15:19:43 -0400 Subject: [PATCH] Styles to hide event calendar elements on frontpage --- front-page.php | 2 +- page.php | 2 +- scss/_structure.scss | 15 +++++++++++++++ 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/front-page.php b/front-page.php index 0f10feb..e6e9751 100644 --- a/front-page.php +++ b/front-page.php @@ -1,5 +1,5 @@ -
+
diff --git a/page.php b/page.php index 5c28959..6168d7c 100644 --- a/page.php +++ b/page.php @@ -1,5 +1,5 @@ -
+
diff --git a/scss/_structure.scss b/scss/_structure.scss index 3df1d63..1ae0646 100644 --- a/scss/_structure.scss +++ b/scss/_structure.scss @@ -11,3 +11,18 @@ //11. Footer //12. Copyright +#front-page { + .ai1ec-calendar-toolbar, + /*.ai1ec-views-dropdown, + .ai1ec-title-buttons + .ai1ec-subscribe-container, + .ai1ec-pagination,*/ + .ai1ec-btn-group, .ai1ec-btn-group-vertical { + display: none; + } + #ai1ec-container { + clear: both; + display: inline-block; + margin-bottom: 30px; + } +} -- 2.17.1