Child Theme not loading parent CSS
Take a look at How to create a Child Theme and you’ll see that: the previous method to enqueue the parent stylesheet was to import the parent theme stylesheet using @import: this is no longer best practice. The correct method of enqueuing the parent theme stylesheet is to add a wp_enqueue_scripts action and use wp_enqueue_style() … Read more