From: Laury GvR Date: Thu, 28 May 2015 19:19:43 +0000 (-0400) Subject: Styles to hide event calendar elements on frontpage X-Git-Tag: v1.0.0^2~22 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=90414be6af1dbbef32fdb3593d5218be6573ca12;p=WP-Themes%2FFairEmmet.git Styles to hide event calendar elements on frontpage --- 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; + } +}