Hello
I would make the same like towerlexa, and I copied the code in my function.php below this code:
———————————————————
<?php
/**
* Child Theme functions and definitions
*
*/
/**
* Loading Parent theme stylesheet
*
*/
add_action( ‘wp_enqueue_scripts’, ‘catchresponsive_child_enqueue_styles’ );
function catchresponsive_child_enqueue_styles() {
wp_enqueue_style( ‘catchresponsive-parent-style’, get_template_directory_uri() . ‘/style.css’ );
}
———————————————————
But it doesn’t work.
I don’t know why, can help me someone?
Thanks and kind regards
Idis