1
0
Fork 0
mirror of https://github.com/elementor/hello-theme.git synced 2025-08-17 19:41:10 +08:00

Fixes the path to the editor-styles.css [TMZ-707] (#499) (#503)

This commit is contained in:
Nicola Peluchetti 2025-07-09 12:59:21 +02:00 committed by GitHub
parent c39d9f2561
commit eeff1d80e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -80,7 +80,7 @@ if ( ! function_exists( 'hello_elementor_setup' ) ) {
* Editor Styles
*/
add_theme_support( 'editor-styles' );
add_editor_style( 'editor-styles.css' );
add_editor_style( 'assets/css/editor-styles.css' );
/*
* WooCommerce.