diff --git a/changelog/fix-issue-loading-css b/changelog/fix-issue-loading-css deleted file mode 100644 index 42e90d5675..0000000000 --- a/changelog/fix-issue-loading-css +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fixed - -Fix some learning mode styles not loading for Divi theme diff --git a/includes/3rd-party/themes/divi.php b/includes/3rd-party/themes/divi.php index 17d4667036..e63dc1fd43 100644 --- a/includes/3rd-party/themes/divi.php +++ b/includes/3rd-party/themes/divi.php @@ -123,7 +123,7 @@ function sensei_admin_load_learning_mode_style_for_divi_theme() { if ( $is_lesson_editor || $is_site_editor ) { Sensei()->assets->enqueue( 'divi-learning-mode', - 'css/3rd-party/themes/divi/learning-mode.css' + 'css/3rd-party/themes/div/learning-mode.css' ); Sensei()->assets->enqueue(