diff --git a/class-gwiz-gf-code-chest.php b/class-gwiz-gf-code-chest.php index b011d8d..32ffd99 100644 --- a/class-gwiz-gf-code-chest.php +++ b/class-gwiz-gf-code-chest.php @@ -404,10 +404,10 @@ public function add_custom_css( $form_string, $form ) { } if ( ! empty( $custom_css ) ) { - return sprintf( '', $custom_css ); + return $form_string . sprintf( '', $custom_css ); } - return ''; + return $form_string; } public function is_applicable_form( $form ) {