From: Laury GvR Date: Fri, 12 May 2017 14:52:41 +0000 (-0400) Subject: Printfriendly buttons removed from the blocks in the sidebar in the blocks template X-Git-Tag: v1.0.0^2~13 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=d415f8622d88740a8e6f6be66d35785ae9189b54;p=WP-Themes%2Fpetoskey.git Printfriendly buttons removed from the blocks in the sidebar in the blocks template --- 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