Hi!
Now, load perfect but i put this code before because the theme uploaded the parent css after the child css.
function jas_claue_child_enqueue_script() {
wp_enqueue_style( ‘jas-claue-parent-style’, get_template_directory_uri() . ‘/style.css’ );
}
add_action( ‘wp_enqueue_scripts’, ‘jas_claue_child_enqueue_script’ );
Anothers questions:
1.How can I remove relateds products on single product page?
2. On sigle product page, “additional information” appears within the tabs. How can I modify this information?
Thank you very much! 🙂