/** * Child-Theme functions and definitions */ function ekoterra_child_scripts() { wp_enqueue_style( 'ekoterra-parent-style', get_template_directory_uri(). '/style.css' ); } add_filter('wp_enqueue_scripts', 'ekoterra_child_scripts'); ?>