Fix style css

This commit is contained in:
Yakir Sitbon 2018-12-16 22:58:59 +02:00
parent cc08624e44
commit 67c0e0ee58

View file

@ -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' );