/*
Theme Name: emaxstore-child
Version: 1.0
Description: A child theme of eMaxStore by MyThemeShop
Template: emaxstore
Text Domain: mythemeshop
*/

add_action( 'wp_enqueue_scripts', 'enqueue_parent_theme_style' );
function enqueue_parent_theme_style() {
    wp_enqueue_style( 'parent-style', get_template_directory_uri().'/style.css' );
}
