Hello,
I can’t see any change on my webpage when i make modfications in xstore-child/style.css
The child theme was directly generate during the installation.
The function.php contains this :
add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’ );
function theme_enqueue_styles() {
etheme_child_styles();
}
I have clear all the cache but nothing. It seems that the style.css from child theme is not called.
Thanks for your help.