diff --git src/bp-core/bp-core-customizer-email.php src/bp-core/bp-core-customizer-email.php
index 1b8b5c1..06eb33c 100644
--- src/bp-core/bp-core-customizer-email.php
+++ src/bp-core/bp-core-customizer-email.php
@@ -87,6 +87,9 @@ function bp_email_init_customizer( WP_Customize_Manager $wp_customize ) {
 			bp_get_version(),
 			true
 		);
+
+		// Include the preview loading style
+		add_action( 'wp_footer', array( $wp_customize, 'customize_preview_loading_style' ) );
 	}
 }
 add_action( 'bp_customize_register', 'bp_email_init_customizer' );
