From 78bd04e1519ff93d86af062c2ef7702978c82456 Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Sun, 4 Oct 2015 21:51:40 +1100 Subject: [PATCH] Prevent hiding featured images --- assets/css/sportspress.css | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/assets/css/sportspress.css b/assets/css/sportspress.css index 9f640c1e..edd1002c 100644 --- a/assets/css/sportspress.css +++ b/assets/css/sportspress.css @@ -123,18 +123,6 @@ margin-bottom: 1em; } -/* Featured Image */ -.single-sp_team.sp-show-image .wp-post-image, -.single-sp_player.sp-show-image .wp-post-image, -.single-sp_staff.sp-show-image .wp-post-image { - display: none; -} -.single-sp_team.sp-show-image .sp-template .wp-post-image, -.single-sp_player.sp-show-image .sp-template .wp-post-image, -.single-sp_staff.sp-show-image .sp-template .wp-post-image { - display: block; -} - /* League Table */ .sp-league-table td.has-logo { line-height: 2em;