From 0c75c88c4bec84f01b133e91bca5204a1e5f0ff0 Mon Sep 17 00:00:00 2001 From: Brendan Dixon Date: Thu, 3 May 2018 18:47:33 -0700 Subject: [PATCH] Hide JetPack footer Signed-off-by: Brendan Dixon --- sass/style.scss | 7 ++++++- style.css | 5 ++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/sass/style.scss b/sass/style.scss index cd380a7..1af3cf7 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -4,7 +4,7 @@ Theme URI: http://underscores.me/ Author: Brendan Dixon Author URI: http://thegatherings.place/ Description: Description -Version: 1.1.9 +Version: 1.1.10 License: GNU General Public License v2 or later License URI: LICENSE Text Domain: thegatherings @@ -22,3 +22,8 @@ Underscores is distributed under the terms of the GNU GPL v2 or later. @import "modules/modules"; @import "bootstrap/bootstrap"; @import "content/content"; + +// Forever hide the silly JetPack infinite scroll footer +#infinite-footer { + display: none; +} diff --git a/style.css b/style.css index c3611b0..dfa40e7 100644 --- a/style.css +++ b/style.css @@ -4,7 +4,7 @@ Theme URI: http://underscores.me/ Author: Brendan Dixon Author URI: http://thegatherings.place/ Description: Description -Version: 1.1.9 +Version: 1.1.10 License: GNU General Public License v2 or later License URI: LICENSE Text Domain: thegatherings @@ -294,3 +294,6 @@ nav a { .social a { display: inline-block; margin: 0 0.2rem; } + +#infinite-footer { + display: none; }