Hi Kabum,
1. Please add below code to claue-child > functions.php
add_action( 'wp_head', 'change_short_description_position' );
function change_short_description_position(){
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 20 );
}
add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 40 );
2. and add below code to claue-child > style.css
.product_meta {
display: none;
}
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio