Apparently, I don’t know how to properly address the css files in the functions.php of the child theme.
I am not a code writer per se, but I guess with a little help from you I’ll manage to get this done?
// Place all your custom functions below this line.
// add_action( ‘wp_enqueue_scripts’, ‘rock_star_pro_child_styles’ );
// function rock_star_pro_child_enqueue_styles() {
// wp_enqueue_style( ‘rock-star-pro-style’, get_template_directory_uri() . ‘/style.css’ );
// wp_enqueue_style( ‘rock-star-pro-style’, get_template_directory_uri() . ‘/rtl.css’ );
// wp_enqueue_style( ‘rock-star-pro-style’, get_template_directory_uri() . ‘/css/about-admin.css’ );
// wp_enqueue_style( ‘rock-star-pro-style’, get_template_directory_uri() . ‘/css/customizer.css’ );
// wp_enqueue_style( ‘rock-star-pro-style’, get_template_directory_uri() . ‘/css/editor-style.css’ );
// wp_enqueue_style( ‘rock-star-pro-style’, get_template_directory_uri() . ‘/css/widgets.css’ );
// wp_enqueue_style( ‘rock-star-pro-style’, get_template_directory_uri() . ‘/css/colors/light.css’ );
// wp_enqueue_style( ‘rock-star-pro-style’, get_template_directory_uri() . ‘/css/genericons/genericons.css’ );
//}