In functions.php of the child theme try setting wp_enqueue_scripts as follows. <?php function theme_enqueue_styles() { wp_enqueue_style( 'parent-style', get_template_directory_uri()...
In functions.php of the child theme try setting wp_enqueue_scripts as follows. <?php function theme_enqueue_styles() { wp_enqueue_style( 'parent-style', get_template_directory_uri()...