Printfriendly buttons removed from the blocks in the sidebar in the blocks template
authorLaury GvR <laury@gaslightmedia.com>
Fri, 12 May 2017 14:52:41 +0000 (10:52 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 12 May 2017 14:52:41 +0000 (10:52 -0400)
css/app.css
scss/_sidebar.scss

index 47f5074..8b0cfac 100644 (file)
@@ -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;
index b64cf19..a89d445 100644 (file)
 }
 .current_page_item a {
     font-weight: bold;
+}
+#glm-blocks {
+    .printfriendly {
+        display: none;
+    }
 }
\ No newline at end of file