Hi,
Oh and I have applied this functions.php too, but still nothing showing up in admin:
<?php
add_action( 'wp_enqueue_scripts', 'parent_theme_enqueue_styles' );
function parent_theme_enqueue_styles() {
wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );
}
?>
🙁