Adjust box score section styling

This commit is contained in:
Brian Miyaji
2017-01-12 17:19:20 +11:00
parent 392edd143f
commit bec66c502d
3 changed files with 7 additions and 2 deletions

View File

@@ -59,6 +59,7 @@ function sp_body_class( $classes ) {
$classes[] = 'sp-has-results';
}
}
$classes[] = 'sp-performance-sections-' . get_option( 'sportspress_event_performance_sections', -1 );
} elseif ( 'sp_team' == $post_type && 'yes' == get_option( 'sportspress_team_show_logo', 'yes' ) ) {
$classes[] = 'sp-show-image';
} elseif ( 'sp_player' == $post_type && 'yes' == get_option( 'sportspress_player_show_photo', 'yes' ) ) {