diff --git a/src/includes/customizer/class-boldgrid-framework-customizer-background.php b/src/includes/customizer/class-boldgrid-framework-customizer-background.php index 5720c215d..9ac5958d6 100644 --- a/src/includes/customizer/class-boldgrid-framework-customizer-background.php +++ b/src/includes/customizer/class-boldgrid-framework-customizer-background.php @@ -290,6 +290,8 @@ public function create_background_styles() { if ( $bg_repeat ) { $css .= 'background-repeat: ' . esc_attr( $bg_repeat ) . ';'; } + + $css .= '}'; } else { $css .= 'body.custom-background {';