Reply To: Issues with Child theme for Catalyst


imaginem
Support

Hi,

Could you edit /functions/scripts-styles.php

Add following above line 29

define('MTHEME_STYLE', get_stylesheet_directory_uri());

Now change line 33 as follows

wp_enqueue_style( 'MainStyle', MTHEME_STYLE . '/style.css',false, 'screen' );

That should load the child theme style properly.

Thanks