From d415f8622d88740a8e6f6be66d35785ae9189b54 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 12 May 2017 10:52:41 -0400 Subject: [PATCH] Printfriendly buttons removed from the blocks in the sidebar in the blocks template --- css/app.css | 3 +++ scss/_sidebar.scss | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/css/app.css b/css/app.css index 47f5074..8b0cfac 100644 --- a/css/app.css +++ b/css/app.css @@ -7115,6 +7115,9 @@ input[type="submit"].blogbutton { .current_page_item a { font-weight: bold; } +#glm-blocks .printfriendly { + display: none; } + .search-top #searchform { text-align: left; display: inline-block; diff --git a/scss/_sidebar.scss b/scss/_sidebar.scss index b64cf19..a89d445 100644 --- a/scss/_sidebar.scss +++ b/scss/_sidebar.scss @@ -128,4 +128,9 @@ } .current_page_item a { font-weight: bold; +} +#glm-blocks { + .printfriendly { + display: none; + } } \ No newline at end of file -- 2.17.1