mirror of
https://github.com/elementor/hello-theme.git
synced 2025-10-04 15:42:19 +08:00
Fix style css
This commit is contained in:
parent
cc08624e44
commit
67c0e0ee58
1 changed files with 1 additions and 2 deletions
|
@ -25,8 +25,7 @@ add_action( 'after_setup_theme', 'elementor_hello_theme_setup' );
|
|||
|
||||
// Theme Scripts & Styles
|
||||
function elementor_hello_theme_scripts_styles() {
|
||||
//wp_enqueue_style( 'elementor-hello-theme-style', get_stylesheet_uri() );
|
||||
wp_enqueue_style( 'elementor-hello-theme-style', get_template_directory_uri() . '/assets/css/style.css' );
|
||||
wp_enqueue_style( 'elementor-hello-theme-style', get_stylesheet_uri() );
|
||||
}
|
||||
add_action( 'wp_enqueue_scripts', 'elementor_hello_theme_scripts_styles' );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue